Welcome to the Versioned Documentation Demo! This demo showcases shipyard’s documentation versioning feature.
Documentation versioning allows you to maintain multiple versions of your documentation alongside your software releases. Users can switch between versions to view documentation relevant to their installed version.
/docs/v2/installation| Version | Status | Description |
|---|---|---|
| v2 | Current | Latest stable release with all new features |
| v1 | Deprecated | Previous release, maintenance mode only |
This demo uses:
shipyardDocs({
versions: {
current: 'v2',
available: [
{ version: 'v2', label: 'Version 2.0 (Latest)' },
{ version: 'v1', label: 'Version 1.0', banner: 'unmaintained' },
],
deprecated: ['v1'],
stable: 'v2',
},
})
Check the v2 documentation for comprehensive guides on using shipyard.