mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-17 17:28:09 +00:00
docs: fixes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Usage
|
||||
sidebar_position: 0
|
||||
---
|
||||
|
||||
- [CLI Usage](cli)
|
||||
|
||||
@@ -3,7 +3,7 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"
|
||||
const sidebars: SidebarsConfig = {
|
||||
usage: [{ type: "autogenerated", dirName: "usage" }],
|
||||
api: [
|
||||
"api/index",
|
||||
{ type: "doc", id: "api/index", label: "Overview" },
|
||||
{
|
||||
type: "category",
|
||||
label: "Functions",
|
||||
|
||||
Reference in New Issue
Block a user