diff --git a/src/app/docs/(preface)/contribution-guide/page.mdx b/src/app/docs/(preface)/contribution-guide/page.mdx index ee42e48..5284b29 100644 --- a/src/app/docs/(preface)/contribution-guide/page.mdx +++ b/src/app/docs/(preface)/contribution-guide/page.mdx @@ -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). @@ -51,4 +51,4 @@ This system allows for clear hierarchy and straightforward adjustments to the si ## Commands -## Coding Style \ No newline at end of file +## Coding Style