-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs build to create multi-version builds.
- Loading branch information
1 parent
6241a56
commit b24ee46
Showing
9 changed files
with
1,279 additions
and
487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
description: All Other documentation versions | ||
title: Docuverse | ||
contributors: false | ||
lastUpdated: false | ||
editLink: false | ||
next: false | ||
prev: false | ||
--- | ||
# Docuverse | ||
|
||
<br /> | ||
<br /> | ||
|
||
<div | ||
v-for="link in links" | ||
:key="link.text" | ||
class="version-link" | ||
> | ||
<VPLVersionLink | ||
:text="link.text" | ||
:href="link.href" | ||
:prerelease="link.prerelease" | ||
:stable="link.stable" | ||
:edge="link.edge" | ||
/> | ||
</div> | ||
|
||
<br /> | ||
|
||
<div> | ||
<VPLVersionLink :dev="true" :text="aliases.dev" :href="aliasLinks.dev" /> | ||
</div> | ||
|
||
<script setup> | ||
import {useTags} from '@lando/vitepress-theme-default-plus'; | ||
import {VPLCollectionPage, VPLCollectionPageSection, VPLCollectionPageTitle, VPLVersionLink} from '@lando/vitepress-theme-default-plus'; | ||
|
||
const {aliases, aliasLinks, links} = useTags(); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.