This demo application showcases the documentation versioning feature in shipyard.
The versioned-docs demo demonstrates:
docs/
├── v1/
│ ├── index.md
│ ├── installation.md
│ └── configuration.md
└── v2/
├── index.md
├── installation.md
├── configuration.md
└── migration.md
The version configuration in astro.config.mjs:
current: The default version shown to usersavailable: All versions with their labels and bannersdeprecated: Versions that show a deprecation warningstable: The officially stable releaseDocumentation versioning is essential for: