Skip to content

Commit 4225be7

Browse files
committed
Update Styles
1 parent 5c51c44 commit 4225be7

File tree

4 files changed

+35
-31
lines changed

4 files changed

+35
-31
lines changed

docs/docs/inputs.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ title: Inputs Documentation
66

77
💡 Click on the **Input Name** for more [Details](#details).
88

9+
<div class="table-inputs">
10+
911
| Input&nbsp;Name | Default&nbsp;Input&nbsp;Value | Short&nbsp;Description&nbsp;of&nbsp;Input |
1012
| :------------------------------- | :---------------------------- | :---------------------------------------- |
1113
| [name](#name) **\*** <CB /> | - | Stack Name |
@@ -29,6 +31,8 @@ title: Inputs Documentation
2931
| [fs_path](#fs_path) **¹** <CB /> | - | Relative Path (BE) |
3032
| [summary](#summary) <CB /> | `true` | Add Summary to Job |
3133

34+
</div>
35+
3236
> **\* Required**
3337
> **¹ Business Edition**
3438
@@ -258,9 +262,9 @@ For more information see [Job Summary](../guides/features.md#job-summary).
258262

259263
Default: `true`
260264

261-
<style module>
262-
table td:nth-child(1),
263-
table td:nth-child(3) {
264-
white-space: nowrap;
265+
<style>
266+
.table-inputs td {
267+
padding: 8px 12px !important;
268+
white-space: nowrap;
265269
}
266270
</style>

docs/docs/outputs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ title: Outputs Documentation
66

77
Details about the stack are output for use in additional steps.
88

9-
| Input&nbsp;Name | Description |
10-
| :------------------------ | :---------- |
11-
| [stackID](#stackID) | Stack ID |
12-
| [swarmID](#swarmID) | Swarm ID |
13-
| [endpointID](#endpointID) | Endpoint ID |
9+
| Input&nbsp;Name | Description |
10+
| :------------------------------- | :---------- |
11+
| [stackID](#stackID) <CB /> | Stack ID |
12+
| [swarmID](#swarmID) <CB /> | Swarm ID |
13+
| [endpointID](#endpointID) <CB /> | Endpoint ID |
1414

1515
### stackID
1616

docs/guides/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ https://github.com/cssnr/portainer-stack-deploy-action/network/dependents
8686
If you have more questions, please [request support](https://github.com/cssnr/portainer-stack-deploy-action/discussions/categories/feature-requests)
8787
:::
8888

89-
<style scoped>
89+
<style module>
9090
summary {
9191
color: var(--vp-c-brand-1);
9292
}

docs/index.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,27 @@ features:
3535
link: https://docker-deploy.cssnr.com/
3636
---
3737

38+
<div class="badges">
39+
40+
---
41+
42+
[![GitHub Last Commit](https://img.shields.io/github/last-commit/cssnr/portainer-stack-deploy-action?logo=github&label=updated)](https://github.com/cssnr/portainer-stack-deploy-action)
43+
[![Docs Last Commit](https://img.shields.io/github/last-commit/cssnr/portainer-stack-deploy-docs?logo=vitepress&logoColor=white&label=docs)](https://github.com/cssnr/portainer-stack-deploy-docs)
44+
[![GitHub Contributors](https://img.shields.io/github/contributors/cssnr/portainer-stack-deploy-action?logo=github)](https://github.com/cssnr/portainer-stack-deploy-action/graphs/contributors)
45+
[![GitHub Dist Size](https://img.shields.io/github/size/cssnr/portainer-stack-deploy-action/dist%2Findex.js?logo=github&label=dist%20size)](https://github.com/cssnr/portainer-stack-deploy-action/blob/master/src/index.js)
46+
[![GitHub Repo Size](https://img.shields.io/github/repo-size/cssnr/portainer-stack-deploy-action?logo=bookstack&logoColor=white&label=repo%20size)](https://github.com/cssnr/portainer-stack-deploy-action?tab=readme-ov-file#readme)
47+
[![GitHub Top Language](https://img.shields.io/github/languages/top/cssnr/portainer-stack-deploy-action?logo=htmx)](https://github.com/cssnr/portainer-stack-deploy-action/blob/master/src/index.js)
48+
[![GitHub Discussions](https://img.shields.io/github/discussions/cssnr/portainer-stack-deploy-action?logo=github)](https://github.com/cssnr/portainer-stack-deploy-action/discussions)
49+
[![GitHub Forks](https://img.shields.io/github/forks/cssnr/portainer-stack-deploy-action?style=flat&logo=github)](https://github.com/cssnr/portainer-stack-deploy-action/forks)
50+
[![GitHub Repo Stars](https://img.shields.io/github/stars/cssnr/portainer-stack-deploy-action?style=flat&logo=github)](https://github.com/cssnr/portainer-stack-deploy-action/stargazers)
51+
[![GitHub Org Stars](https://img.shields.io/github/stars/cssnr?style=flat&logo=github&label=org%20stars)](https://cssnr.github.io/)
52+
[![Discord](https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da)](https://discord.gg/wXy6m2X8wY)
53+
[![Ko-fi](https://img.shields.io/badge/Ko--fi-72a5f2?logo=kofi&label=support)](https://ko-fi.com/cssnr)
54+
55+
</div>
56+
57+
<Contributors :contributors="$contributors" heading="Contributors" margin="36px 0 96px" />
58+
3859
<style>
3960
div.badges {
4061
margin-top: 80px;
@@ -56,24 +77,3 @@ div.badges {
5677
transform: scale(1.05);
5778
}
5879
</style>
59-
60-
<div class="badges">
61-
62-
---
63-
64-
[![GitHub Last Commit](https://img.shields.io/github/last-commit/cssnr/portainer-stack-deploy-action?logo=github&label=updated)](https://github.com/cssnr/portainer-stack-deploy-action)
65-
[![Docs Last Commit](https://img.shields.io/github/last-commit/cssnr/portainer-stack-deploy-docs?logo=vitepress&logoColor=white&label=docs)](https://github.com/cssnr/portainer-stack-deploy-docs)
66-
[![GitHub Contributors](https://img.shields.io/github/contributors/cssnr/portainer-stack-deploy-action?logo=github)](https://github.com/cssnr/portainer-stack-deploy-action/graphs/contributors)
67-
[![GitHub Dist Size](https://img.shields.io/github/size/cssnr/portainer-stack-deploy-action/dist%2Findex.js?logo=github&label=dist%20size)](https://github.com/cssnr/portainer-stack-deploy-action/blob/master/src/index.js)
68-
[![GitHub Repo Size](https://img.shields.io/github/repo-size/cssnr/portainer-stack-deploy-action?logo=bookstack&logoColor=white&label=repo%20size)](https://github.com/cssnr/portainer-stack-deploy-action?tab=readme-ov-file#readme)
69-
[![GitHub Top Language](https://img.shields.io/github/languages/top/cssnr/portainer-stack-deploy-action?logo=htmx)](https://github.com/cssnr/portainer-stack-deploy-action/blob/master/src/index.js)
70-
[![GitHub Discussions](https://img.shields.io/github/discussions/cssnr/portainer-stack-deploy-action?logo=github)](https://github.com/cssnr/portainer-stack-deploy-action/discussions)
71-
[![GitHub Forks](https://img.shields.io/github/forks/cssnr/portainer-stack-deploy-action?style=flat&logo=github)](https://github.com/cssnr/portainer-stack-deploy-action/forks)
72-
[![GitHub Repo Stars](https://img.shields.io/github/stars/cssnr/portainer-stack-deploy-action?style=flat&logo=github)](https://github.com/cssnr/portainer-stack-deploy-action/stargazers)
73-
[![GitHub Org Stars](https://img.shields.io/github/stars/cssnr?style=flat&logo=github&label=org%20stars)](https://cssnr.github.io/)
74-
[![Discord](https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da)](https://discord.gg/wXy6m2X8wY)
75-
[![Ko-fi](https://img.shields.io/badge/Ko--fi-72a5f2?logo=kofi&label=support)](https://ko-fi.com/cssnr)
76-
77-
</div>
78-
79-
<Contributors :contributors="$contributors" heading="Contributors" margin="36px 0 96px" />

0 commit comments

Comments
 (0)