Skip to content

Commit

Permalink
chore(docs): make all documentation folders linkable (#3207)
Browse files Browse the repository at this point in the history
This PR makes all the documentation folders linkable so we can direct to them from tutorials and elswhere.
For example, we'd like to link to the documentation of Wing's core concepts from the main tutorial. With this tutorial the link would be to https://winglang.io/docs/core-concepts

## Checklist

- [x] Title matches [Winglang's style guide](https://docs.winglang.io/contributing/pull_requests#how-are-pull-request-titles-formatted)
- [x] Description explains motivation and solution
- [ ] Tests added (always)
- [x] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Monada Contribution License](https://docs.winglang.io/terms-and-policies/contribution-license.html)*.
  • Loading branch information
ShaiBer authored Jul 3, 2023
1 parent 0835281 commit cc726c3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/02-concepts/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
label: Core concepts
collapsible: true
collapsed: true
link:
type: generated-index
title: Wing core concepts
3 changes: 3 additions & 0 deletions docs/docs/03-language-guide/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
label: Language guide
collapsible: true
collapsed: true
link:
type: generated-index
title: Wing language guide
3 changes: 3 additions & 0 deletions docs/docs/04-standard-library/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
label: Standard library
collapsible: true
collapsed: true
link:
type: generated-index
title: Wing standard library
3 changes: 3 additions & 0 deletions docs/docs/06-tools/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
label: Tools
collapsible: true
collapsed: true
link:
type: generated-index
title: Wing tools
3 changes: 3 additions & 0 deletions docs/docs/07-examples/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
label: Examples
collapsible: true
collapsed: true
link:
type: generated-index
title: Wing examples
3 changes: 3 additions & 0 deletions docs/docs/08-guides/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
label: Guides
collapsible: true
collapsed: true
link:
type: generated-index
title: Wing guides

0 comments on commit cc726c3

Please sign in to comment.