Skip to content

Commit 68fbb20

Browse files
committed
Updated more docs content.
1 parent bc327d6 commit 68fbb20

10 files changed

Lines changed: 467 additions & 340 deletions

File tree

.vortex/docs/content/README.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,10 @@ Refer to [Contributing](contributing) for more details.
6767

6868
**Vortex** is licensed under the [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) license. See
6969
the [LICENSE](https://github.com/drevops/vortex/blob/develop/LICENSE) file for more details.
70+
71+
:::tip
72+
73+
Head over to the [Getting Started](/docs/getting-started), [Features](/docs/features) or
74+
[Installation](/docs/installation) pages to learn more!
75+
76+
:::

.vortex/docs/content/features.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import {
1111
VerticalTabPanel
1212
} from '@site/src/components/VerticalTabs';
1313

14-
Select a feature from the tab list to view details in the content panel.
15-
1614
<!-- markdownlint-disable -->
1715

1816
<VerticalTabs>
@@ -80,7 +78,7 @@ Select a feature from the tab list to view details in the content panel.
8078

8179
</VerticalTabPanel>
8280

83-
<VerticalTab>🏗️ CI/CD Configurations | Continuous integration pipelines</VerticalTab>
81+
<VerticalTab>🏗️ Continuous Integration | Continuous integration configurations</VerticalTab>
8482
<VerticalTabPanel>
8583

8684
Continuous integration and deployment with multiple provider support.

.vortex/docs/content/workflows/README.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
sidebar_label: Overview
33
sidebar_position: 1
4+
hide_table_of_contents: true
45
---
56

67
# Workflows
78

8-
> A workflow is a sequence of steps to achieve a goal
9+
> _A workflow is a sequence of steps to achieve a goal_
910
1011
This section provides an overview of the key workflows involved in website
1112
development, testing, deployment, and maintenance. Each subsection contains

0 commit comments

Comments
 (0)