Docusaurus How to's
How to change some of the css?
[!INFO] css: https://infima.dev/
How to create multiple docs?
// docusaurus.config.js
{
to: "nixos",
position: "right",
label: "NixOS",
},
// sidebar.js
nixosSidebar: [{ type: "autogenerated", dirName: "nixos" }],
// Create file on `my-website/nixos` instead of `docs/`
Basic template
---
sidebar_position: 1
slug: /docs/Linux/Github/docusaurus
title: Docusaurus
id: docusaurus
tags:
- github
---
<!-- TOC -->
# Head1
## Head2
- content
<!-- /TOC -->