Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Castopod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krzysztof Domańczy
Castopod
Commits
906e3e95
Commit
906e3e95
authored
2 years ago
by
Yassine Doghri
Browse files
Options
Downloads
Patches
Plain Diff
docs: update vitepress to v1.0.0-alpha.4
parent
c9fb987f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/.vitepress/config.ts
+101
-93
101 additions, 93 deletions
docs/.vitepress/config.ts
docs/package-lock.json
+714
-1131
714 additions, 1131 deletions
docs/package-lock.json
docs/package.json
+2
-2
2 additions, 2 deletions
docs/package.json
with
817 additions
and
1226 deletions
docs/.vitepress/config.ts
+
101
−
93
View file @
906e3e95
...
...
@@ -67,99 +67,107 @@ export default defineConfig({
},
},
lastUpdated
:
true
,
themeConfig
:
{
logo
:
"
/images/castopod-icon.svg
"
,
lastUpdated
:
"
Last Updated
"
,
repo
:
"
https://code.castopod.org/adaures/castopod
"
,
docsDir
:
"
docs/src
"
,
docsBranch
:
"
develop
"
,
editLinks
:
true
,
locales
:
{
"
/
"
:
{
label
:
"
English
"
,
selectText
:
"
Languages
"
,
repoLabel
:
"
Source code
"
,
nav
:
[
{
text
:
"
Home
"
,
link
:
"
https://castopod.org/
"
,
},
{
text
:
"
Blog
"
,
link
:
"
https://blog.castopod.org/
"
,
},
{
text
:
"
Github
"
,
link
:
"
https://github.com/ad-aures/castopod
"
,
},
],
sidebar
:
{
"
/
"
:
getGuideSidebarEn
(),
},
},
"
/fr/
"
:
{
label
:
"
Français
"
,
selectText
:
"
Langues
"
,
repoLabel
:
"
Code source
"
,
nav
:
[
{
text
:
"
Accueil
"
,
link
:
"
https://castopod.org/
"
,
},
{
text
:
"
Blog
"
,
link
:
"
https://blog.castopod.org/
"
,
},
{
text
:
"
Github
"
,
link
:
"
https://github.com/ad-aures/castopod
"
,
},
],
sidebar
:
{
"
/
"
:
getGuideSidebarFr
(),
},
},
"
/pt-BR/
"
:
{
label
:
"
Português do Brasil
"
,
selectText
:
"
Línguas
"
,
repoLabel
:
"
Código fonte
"
,
nav
:
[
{
text
:
"
Início
"
,
link
:
"
https://castopod.org/
"
,
},
{
text
:
"
Blogue
"
,
link
:
"
https://blog.castopod.org/
"
,
},
{
text
:
"
Github
"
,
link
:
"
https://github.com/ad-aures/castopod
"
,
},
],
sidebar
:
{
"
/pt-BR/
"
:
getGuideSidebarPtBR
()
},
},
"
/nn-NO/
"
:
{
label
:
"
Norsk nynorsk
"
,
selectText
:
"
Språk
"
,
repoLabel
:
"
Kildekode
"
,
nav
:
[
{
text
:
"
Heim
"
,
link
:
"
https://castopod.org/
"
,
},
{
text
:
"
Blogg
"
,
link
:
"
https://blog.castopod.org/
"
,
},
{
text
:
"
Github
"
,
link
:
"
https://github.com/ad-aures/castopod
"
,
},
],
sidebar
:
{
"
/nn-NO/
"
:
getGuideSidebarNnNO
()
},
},
lastUpdatedText
:
"
Last Updated
"
,
socialLinks
:
[
{
icon
:
"
github
"
,
link
:
"
https://github.com/ad-aures/castopod
"
},
{
icon
:
"
twitter
"
,
link
:
"
https://twitter.com/castopod
"
},
{
icon
:
"
discord
"
,
link
:
"
https://castopod.org/discord
"
},
],
editLink
:
{
pattern
:
"
https://code.castopod.org/adaures/castopod/edit/develop/docs/src/:path
"
,
},
sidebar
:
getGuideSidebarEn
(),
// locales: {
// "/": {
// label: "English",
// selectText: "Languages",
// repoLabel: "Source code",
// nav: [
// {
// text: "Home",
// link: "https://castopod.org/",
// },
// {
// text: "Blog",
// link: "https://blog.castopod.org/",
// },
// {
// text: "Github",
// link: "https://github.com/ad-aures/castopod",
// },
// ],
// sidebar: {
// "/": getGuideSidebarEn(),
// },
// },
// "/fr/": {
// label: "Français",
// selectText: "Langues",
// repoLabel: "Code source",
// nav: [
// {
// text: "Accueil",
// link: "https://castopod.org/",
// },
// {
// text: "Blog",
// link: "https://blog.castopod.org/",
// },
// {
// text: "Github",
// link: "https://github.com/ad-aures/castopod",
// },
// ],
// sidebar: {
// "/": getGuideSidebarFr(),
// },
// },
// "/pt-BR/": {
// label: "Português do Brasil",
// selectText: "Línguas",
// repoLabel: "Código fonte",
// nav: [
// {
// text: "Início",
// link: "https://castopod.org/",
// },
// {
// text: "Blogue",
// link: "https://blog.castopod.org/",
// },
// {
// text: "Github",
// link: "https://github.com/ad-aures/castopod",
// },
// ],
// sidebar: { "/pt-BR/": getGuideSidebarPtBR() },
// },
// "/nn-NO/": {
// label: "Norsk nynorsk",
// selectText: "Språk",
// repoLabel: "Kildekode",
// nav: [
// {
// text: "Heim",
// link: "https://castopod.org/",
// },
// {
// text: "Blogg",
// link: "https://blog.castopod.org/",
// },
// {
// text: "Github",
// link: "https://github.com/ad-aures/castopod",
// },
// ],
// sidebar: { "/nn-NO/": getGuideSidebarNnNO() },
// },
// },
},
});
...
...
@@ -167,11 +175,11 @@ function getGuideSidebarEn() {
return
[
{
text
:
"
Introduction
"
,
link
:
"
/
"
,
items
:
[{
text
:
"
Welcome
"
,
link
:
"
/
"
}]
,
},
{
text
:
"
Getting started
"
,
children
:
[
items
:
[
{
text
:
"
Install
"
,
link
:
"
/getting-started/install
"
},
{
text
:
"
Security
"
,
link
:
"
/getting-started/security
"
},
{
text
:
"
Update
"
,
link
:
"
/getting-started/update
"
},
...
...
@@ -179,7 +187,7 @@ function getGuideSidebarEn() {
},
{
text
:
"
Contributing
"
,
children
:
[
items
:
[
{
text
:
"
Guide
"
,
link
:
"
/contributing/guidelines
"
},
{
text
:
"
Dev Setup
"
,
link
:
"
/contributing/setup-development
"
},
],
...
...
This diff is collapsed.
Click to expand it.
docs/package-lock.json
+
714
−
1131
View file @
906e3e95
This diff is collapsed.
Click to expand it.
docs/package.json
+
2
−
2
View file @
906e3e95
...
...
@@ -15,7 +15,7 @@
},
"license"
:
"AGPL-3.0-or-later"
,
"devDependencies"
:
{
"tailwindcss"
:
"^3.
0.23
"
,
"vitepress"
:
"
^0.22.3
"
"tailwindcss"
:
"^3.
1.4
"
,
"vitepress"
:
"
1.0.0-alpha.4
"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment