Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/docs/(preface)/contribution-guide/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Following are some ways to contribute and become part of the lua community.
- Help the community in [discord](https://discord.gg/Jp2HFx3KTH) and the discussions forum

## Naming of Position
In Doctosaurus, each file can be assigned a `sidebar_position` to determine its placement in the sidebar navigation. This positioning is essential for maintaining an organized and user-friendly structure.
In [Docusaurus](https://docusaurus.io/), each file can be assigned a `sidebar_position` to determine its placement in the sidebar navigation. This positioning is essential for maintaining an organized and user-friendly structure.

To ensure flexibility and ease of maintenance, we use increments of 100 for the sidebar positions. This approach prevents us from using single-digit values (e.g., 1, 2), which would make it harder to manage and rearrange the sidebar later on. By using a scale of 100, we can easily insert new files between existing ones by assigning them values that fall between the current positions (e.g., using 100 for the first position and 150 for a new file placed between it and 200).

Expand Down Expand Up @@ -51,4 +51,4 @@ This system allows for clear hierarchy and straightforward adjustments to the si

## Commands

## Coding Style
## Coding Style