Commit 2528d2c
authored
Enhance Docusaurus documentation with versioning and autogenerated sidebar (#80)
* feat: prepare docs for Docusaurus versioning with autogenerated sidebar
- Replace static sidebars.ts with autogenerated sidebar
- Add sidebar_position frontmatter to all docs
- Add _category_.json files for senders, connectors, samples
* feat: add Docusaurus docs versioning for v1.0.5 through v1.1.2
- Snapshot versioned docs at tags v1.0.5, v1.0.6, v1.1.1, v1.1.2
- Add version config with labels, paths, and banners
- Replace static navbar links with docsVersionDropdown
- Each version has an autogenerated sidebar from its own files
* fix: remove confusing Next version, show only released versions
The 'Next' version represented unreleased in-development docs with no
corresponding NuGet package. Set includeCurrentVersion: false to hide it.
* fix: restore Next version with clearer label and unreleased banner
* fix: use absolute path for logo in versioned docs
Versioned READMEs from git tags used relative path
src='ratatosk-full-logo.png' which Docusaurus doesn't
serve at the resolved position. Changed to /img/... to
point to the global static asset.1 parent 088834e commit 2528d2c
171 files changed
Lines changed: 25668 additions & 61 deletions
File tree
- docs
- connectors
- samples
- senders
- website
- versioned_docs
- version-1.0.5
- connectors
- samples
- senders
- version-1.0.6
- connectors
- samples
- senders
- version-1.1.1
- connectors
- samples
- senders
- version-1.1.2
- connectors
- samples
- senders
- versioned_sidebars
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
0 commit comments