Skip to content

Commit

Permalink
docs: wrap getting started docs under Getting Started section
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Dec 17, 2024
1 parent 4d11683 commit beda653
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
13 changes: 8 additions & 5 deletions packages/api/.storybook/preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ const preview = {
options: {
storySort: {
order: [
"Overview",
"Installation",
"Configuration",
"Usage",
"Release Tags",
"Getting Started",
[
"Overview",
"Installation",
"Configuration",
"Usage",
"Release Tags",
],
"Components",
],
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/getting-started/Changelogs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import FormComponentsChangelog from "../../../ui-form/CHANGELOG.md?raw";
import IconsChangelog from "../../../ui-icons/CHANGELOG.md?raw";
import SystemChangelog from "../../../ui-system/CHANGELOG.md?raw";

<Meta title="Changelogs" />
<Meta title="Getting Started/Changelogs" />

<div className="prose">
<h1>Changelogs</h1>
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/getting-started/Configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Navigators from "../helpers/Navigators";
import Highlight from "../helpers/Highlight";
import codeBlocks from "../helpers/codeBlocks";

<Meta title="Configuration" />
<Meta title="Getting Started/Configuration" />

<div className="prose">
<h1>Configuration</h1>
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/getting-started/Installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Table from "../helpers/Table";
import codeBlocks from "../helpers/codeBlocks";
import tableData from "../helpers/tableData";

<Meta title="Installation" />
<Meta title="Getting Started/Installation" />

<div className="prose">

Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/getting-started/Overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { linkTo } from "@storybook/addon-links";
import Hero from "../stories/assets/hero-14.jpg";
import Navigators from "../helpers/Navigators";

<Meta title="Overview" />
<Meta title="Getting Started/Overview" />

<div className="prose">
<h1>UI Components</h1>
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/getting-started/ReleaseTags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Flexgrid, FlexgridItem } from "@versini/ui-system";

import Navigators from "../helpers/Navigators";

<Meta title="Release Tags" />
<Meta title="Getting Started/Release Tags" />

<div className="prose">
<h1>Release Tags</h1>
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/getting-started/Usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Navigators from "../helpers/Navigators";
import Highlight from "../helpers/Highlight";
import codeBlocks from "../helpers/codeBlocks";

<Meta title="Usage" />
<Meta title="Getting Started/Usage" />

<div className="prose">
<h1>Usage</h1>
Expand Down

0 comments on commit beda653

Please sign in to comment.