Skip to content

Commit

Permalink
docs: fix directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Mar 11, 2024
1 parent e7be0c5 commit ebf0db7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ export default defineConfig({
autogenerate: {
directory: "contributing"
}
},
{
label: "Pronote Internals",
autogenerate: {
directory: "pronote-internals"
}
}
],

Expand Down
2 changes: 2 additions & 0 deletions docs/src/content/docs/contributing/structure.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Code Structure
description: What all these folders do ?
sidebar:
order: 1
---

## `api`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Instance URL parameters - Pronote internals
title: Instance URL parameters
description: Those parameters that some of y'all know about, but some of them are unknown to the public.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: Introduction to Pronote Internals
title: Introduction
description: Why do I need to know those things when contributing ?
sidebar:
order: 1
label: Pronote Internals
---

Pronote is a very large piece of software, and it's not always *easy* to understand how it works.
Expand Down

0 comments on commit ebf0db7

Please sign in to comment.