mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
docs: 📝 Document Nix installation
This commit is contained in:
parent
2d921438a9
commit
c26e896afe
4 changed files with 99 additions and 3 deletions
|
|
@ -36,7 +36,16 @@ export default defineConfig({
|
|||
sidebar: [
|
||||
{
|
||||
text: "Installation",
|
||||
link: "/setup/installation",
|
||||
items: [
|
||||
{
|
||||
text: "Normal",
|
||||
link: "/setup/installation",
|
||||
},
|
||||
{
|
||||
text: "Nix",
|
||||
link: "/setup/nix",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "CLI",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue