Skip to content

Commit 1b96ddb

Browse files
author
Dan Costello
committed
Refactor sidebar arch
1 parent 5c3ac41 commit 1b96ddb

38 files changed

Lines changed: 59 additions & 27 deletions

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,8 @@ pnpm dev
1313
yarn dev
1414
```
1515

16-
Open http://localhost:3000 with your browser to see the result.
16+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
1717

18-
## Learn More
18+
## Writing
1919

20-
To learn more about Next.js and Fumadocs, take a look at the following
21-
resources:
22-
23-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js
24-
features and API.
25-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
26-
- [Fumadocs](https://fumadocs.vercel.app) - learn about Fumadocs
20+
Info about markdown and extra components [here](https://fumadocs.dev/docs/ui/markdown)

app/docs/layout.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ export default function Layout({ children }: { children: ReactNode }) {
77
const options = {
88
...baseOptions,
99
tree: source.pageTree,
10-
links: [
11-
{
12-
text: 'Welcome to the UserCloud docs!',
13-
url: '/docs',
14-
},
15-
],
1610
sidebar: {
1711
tabs: [
1812
{

app/layout.config.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,4 @@ export const baseOptions: BaseLayoutProps = {
1616
</>
1717
),
1818
},
19-
links: [
20-
{
21-
text: 'Documentation',
22-
url: '/docs',
23-
active: 'nested-url',
24-
},
25-
],
2619
};

content/docs/data-access/definitions/access-policies.mdx renamed to content/docs/(data-access)/definitions/access-policies.mdx

File renamed without changes.

content/docs/data-access/definitions/accessors-read-apis.md renamed to content/docs/(data-access)/definitions/accessors-read-apis.md

File renamed without changes.
File renamed without changes.

content/docs/data-access/definitions/mutators-write-apis.md renamed to content/docs/(data-access)/definitions/mutators-write-apis.md

File renamed without changes.
File renamed without changes.

content/docs/data-access/definitions/transformers-1.md renamed to content/docs/(data-access)/definitions/transformers-1.md

File renamed without changes.

content/docs/data-access/how-to-guides/apply-global-protection-policies.md renamed to content/docs/(data-access)/how-to-guides/apply-global-protection-policies.md

File renamed without changes.

0 commit comments

Comments
 (0)