https://github.com/cssnr/portainer-stack-deploy-docs
Portainer Stack Deploy Documentation
https://github.com/cssnr/portainer-stack-deploy-docs
Last synced: 8 months ago
JSON representation
Portainer Stack Deploy Documentation
- Host: GitHub
- URL: https://github.com/cssnr/portainer-stack-deploy-docs
- Owner: cssnr
- Created: 2025-09-09T07:48:26.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-22T06:15:05.000Z (8 months ago)
- Last Synced: 2025-09-22T08:25:19.608Z (8 months ago)
- Language: TypeScript
- Homepage: http://portainer-deploy.cssnr.com/
- Size: 240 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Support: docs/support.md
Awesome Lists containing this project
README
[](https://github.com/cssnr/portainer-stack-deploy-docs/deployments)
[](https://github.com/cssnr/portainer-stack-deploy-docs/actions/workflows/pages.yaml)
[](https://github.com/cssnr/portainer-stack-deploy-docs/actions/workflows/lint.yaml)
[](https://github.com/cssnr/portainer-stack-deploy-docs/pulse)
[](https://github.com/cssnr/portainer-stack-deploy-docs/graphs/contributors)
[](https://github.com/cssnr/portainer-stack-deploy-docs)
[](https://github.com/cssnr/portainer-stack-deploy-action/discussions)
[](https://github.com/cssnr/portainer-stack-deploy-action)
[](https://cssnr.github.io/)
[](https://discord.gg/wXy6m2X8wY)
[](https://ko-fi.com/cssnr)
# Portainer Stack Deploy Action Docs
Documentation for the [Portainer Stack Deploy Action](https://github.com/cssnr/portainer-stack-deploy-action).
- https://docker-deploy.cssnr.com/
These [docs](docs) are **written in plain text** using Markdown and built with [VitePress](https://vitepress.dev/).
| Location | Description |
| ------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
| [docs](docs) | Documentation Root (Markdown files) |
| [docs/public](docs/public) | Static Root (copied to docs root) |
| [docs/index.md](docs/index.md) | Special [VitePress Home Page](https://vitepress.dev/reference/default-theme-home-page) |
| [.vitepress](.vitepress) | VitePress Configuration Root |
| [.vitepress/config.mts](.vitepress/config.mts) | VitePress Configuration File |
| [.vitepress/theme](.vitepress/theme) | VitePress Custom Theme Root |
| [.vitepress/theme/index.js](.vitepress/theme/index.js) | VitePress Custom Theme File |
| [.vitepress/theme/custom.css](.vitepress/theme/custom.css) | VitePress Global CSS File |
| [.vitepress/theme/components](.vitepress/theme/components) | VitePress Components Root |
| [@components/StackTable.vue](.vitepress/theme/components/StackTable.vue) | StackTable Component |
## Development
To get started, clone the repository and run `npm i` then `npm run dev`.
```shell
npm install
npm run dev
```
The site should now be available at: http://localhost:5173/
- [VitePress CLI Reference](https://vitepress.dev/reference/cli)
- [VitePress Markdown Reference](https://vitepress.dev/guide/markdown)
# Contributing
For instructions on modifying the documentation see the [CONTRIBUTING.md](#contributing-ov-file).
Please consider making a donation to support the development of this project
and [additional](https://cssnr.com/) open source projects.
[](https://ko-fi.com/cssnr)
For a full list of current projects visit: [https://cssnr.github.io/](https://cssnr.github.io/)