Skip to content

Commit 00e7dce

Browse files
committed
Update Portainer Links
1 parent e439bf3 commit 00e7dce

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ export default defineConfig({
7878
{ text: 'Home', link: '/' },
7979
{ text: 'Guides', link: '/guides/get-started', activeMatch: '/guides/' },
8080
{ text: 'Docs', link: '/docs/inputs', activeMatch: '/docs/' },
81-
{ text: 'Support', link: '/support' },
81+
{ text: 'Help', link: '/support' },
8282
{
8383
text: 'Links',
8484
items: [
8585
{ text: 'GitHub Repository', link: settings.source_repo },
8686
{ text: 'GitHub Marketplace', link: settings.actions_url },
8787
{ text: 'GitHub Documentation', link: settings.docs_repo },
88-
{ text: 'Portainer Stack Deploy', link: 'https://github.com/cssnr/portainer-stack-deploy-action' },
88+
{ text: 'Portainer Stack Deploy', link: 'https://portainer-deploy.cssnr.com/' },
8989
{ text: 'Developer Site', link: 'https://cssnr.github.io/' },
9090
{ text: 'Contribute', link: 'https://ko-fi.com/cssnr' },
9191
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![GitHub Pages](https://img.shields.io/github/actions/workflow/status/cssnr/stack-deploy-docs/pages.yaml?logo=cachet&label=pages)](https://github.com/cssnr/stack-deploy-docs/actions/workflows/pages.yaml)
33
[![GitHub Lint](https://img.shields.io/github/actions/workflow/status/cssnr/stack-deploy-docs/lint.yaml?logo=cachet&label=lint)](https://github.com/cssnr/stack-deploy-docs/actions/workflows/lint.yaml)
44
[![GitHub Last Commit](https://img.shields.io/github/last-commit/cssnr/stack-deploy-docs?logo=vitepress&logoColor=white&label=updated)](https://github.com/cssnr/stack-deploy-docs/pulse)
5-
[![GitHub Contributors](https://img.shields.io/github/contributors/cssnr/zipline-android-docs?logo=github)](https://github.com/cssnr/zipline-android-docs/graphs/contributors)
5+
[![GitHub Contributors](https://img.shields.io/github/contributors/cssnr/stack-deploy-docs?logo=github)](https://github.com/cssnr/stack-deploy-docs/graphs/contributors)
66
[![GitHub Repo Size](https://img.shields.io/github/repo-size/cssnr/stack-deploy-docs?logo=bookstack&logoColor=white&label=repo%20size)](https://github.com/cssnr/stack-deploy-docs)
77
[![GitHub Discussions](https://img.shields.io/github/discussions/cssnr/stack-deploy-action?logo=github)](https://github.com/cssnr/stack-deploy-action/discussions)
88
[![GitHub Repo Stars](https://img.shields.io/github/stars/cssnr/stack-deploy-action?style=flat&logo=github)](https://github.com/cssnr/stack-deploy-action)

docs/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@ features:
3030
- title: Documentation
3131
details: Read the Documentation
3232
link: /docs/inputs
33-
#- title: Get Support
34-
# details: Get Help with Anything
35-
# link: /support
3633
- title: Portainer
3734
details: Deploy Directly to Portainer
38-
link: https://github.com/cssnr/portainer-stack-deploy-action
35+
link: https://portainer-deploy.cssnr.com/
3936
---
4037

4138
<style>

docs/snippets/basic/workflow.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ jobs:
88
steps:
99
- name: "Checkout"
1010
uses: actions/checkout@v5
11-
1211
# Add Steps to Prepare Your Stack File or Environment...
13-
1412
- name: "Stack Deploy"
1513
uses: cssnr/stack-deploy-action@v1
1614
with:

0 commit comments

Comments
 (0)