Skip to content

Commit 5e7cd5c

Browse files
committed
Update documentation links for consistency and improved navigation
1 parent 8e10634 commit 5e7cd5c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@ This automation system allows you to:
2929

3030
Follow these guides in order for a complete setup:
3131

32-
1. [Repository Setup](/documentation-automation/setup-guide/repository-setup.md)
32+
1. [Repository Setup](/documentation-automation/setup-guide/repository-setup)
3333
- Creating the required folder structure
3434
- Initial repository configuration
3535
- Required files overview
3636

37-
2. [GitHub Actions Configuration](/documentation-automation/setup-guide/github-actions-setup.md)
37+
2. [GitHub Actions Configuration](/documentation-automation/setup-guide/github-actions-setup)
3838
- Understanding the workflow file
3939
- Configuring deployment triggers
4040
- Setting up required permissions
4141

42-
3. [Jekyll Configuration](/documentation-automation/setup-guide/jekyll-setup.md)
42+
3. [Jekyll Configuration](/documentation-automation/setup-guide/jekyll-setup)
4343
- Installing required dependencies
4444
- Configuring the theme
4545
- Custom styling options
4646

47-
4. [Writing Documentation](/documentation-automation/writing-docs.md)
47+
4. [Writing Documentation](/documentation-automation/writing-docs)
4848
- Markdown file structure
4949
- Adding navigation
5050
- Including assets
5151
- Best practices
5252

53-
5. [Testing and Deployment](/documentation-automation/testing-deployment.md)
53+
5. [Testing and Deployment](/documentation-automation/testing-deployment)
5454
- Local testing
5555
- Deployment verification
5656
- Troubleshooting common issues
@@ -81,7 +81,7 @@ docs/
8181

8282
## Next Steps
8383

84-
1. Start with [Repository Setup](/documentation-automation/setup-guide/repository-setup.md) to create the basic structure
84+
1. Start with [Repository Setup](/documentation-automation/setup-guide/repository-setup) to create the basic structure
8585
2. Follow each guide in sequence
8686
3. Check [Troubleshooting](testing-deployment.md#troubleshooting) if you encounter issues
8787

docs/setup-guide/repository-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ your-repository/
5656
- Set up branch protection rules
5757
- Configure required status checks
5858

59-
[← Back to Getting Started](index.md) | [GitHub Actions Setup →](github-actions-setup.md)
59+
[← Back to Setup Page](index.md) | [GitHub Actions Setup →](github-actions-setup.md)

docs/writing-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ docs/
5353
```
5454
````
5555

56-
[← Jekyll Setup](jekyll-setup.md) | [Testing and Deployment →](testing-deployment.md)
56+
[← Jekyll Setup](/documentation-automation/setup-guide/jekyll-setup) | [Testing and Deployment →](testing-deployment.md)

0 commit comments

Comments
 (0)