Welcome to the Snigdha OS Developer Documentation repository! This repository houses the official developer documentation for Snigdha OS, a highly customizable, Arch-based Linux distribution designed for developers, penetration testers, and general users.
Snigdha OS Developer Documentation serves as a comprehensive guide for developers working on or with Snigdha OS. It includes detailed instructions, examples, and best practices to help users make the most of the OS and contribute to its ecosystem.
- Detailed setup and configuration guides
- API references
- Contributing guidelines
- Localization support for multiple Indian languages
- Regularly updated content
To view the documentation:
- Visit the Snigdha OS Developer Docs.
- Use the language switcher in the navbar to explore content in various supported languages.
- Follow the detailed instructions to set up and customize Snigdha OS.
To run the documentation locally:
- Clone this repository:
git clone https://github.com/Snigdha-OS/snigdhaos-devdocs.git
- Navigate to the project directory:
cd snigdhaos-devdocs
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
.
Snigdha OS Developer Documentation is available in multiple Indian languages, including:
- English (
en
) - Hindi (
hi
) - Bengali (
bn
) - Telugu (
te
) - Marathi (
mr
) - Tamil (
ta
) - Urdu (
ur
) - Gujarati (
gu
) - Kannada (
kn
) - Malayalam (
ml
) - Odia (
or
) - Punjabi (
pa
) - Assamese (
as
) - Nepali (
ne
) - Sinhala (
si
) - Kashmiri (
ks
) - Sanskrit (
sa
) - Tibetan (
bo
)
-
Navigate to the
i18n
directory in the project.
Each language has its own folder named after the language code (e.g.,hi
for Hindi,bn
for Bengali). -
Translate or edit the JSON files inside the corresponding folder.
For example:i18n/hi/docusaurus-plugin-content-docs/current/<doc>.json
contains translations for Hindi.- Each JSON file corresponds to a specific documentation page.
-
Add your translations for the required fields. For example:
{ "title": "शीर्षक", "description": "यह एक हिंदी दस्तावेज़ है।" }
-
Test your translations by running the project locally:
npm start
-
Commit and push your changes:
git add . git commit -m "Add/Update translations for <language>" git push origin <branch-name>
-
Open a pull request to merge your changes into the main branch.
/docs
: Main documentation content in markdown files./i18n
: Translations for different languages./src
: Custom CSS and theme-related modifications.docusaurus.config.js
: Main configuration file for the Docusaurus framework.
We welcome contributions to improve the Snigdha OS Developer Documentation!
- Fork this repository.
- Create a new branch for your feature, bug fix, or translation:
git checkout -b feature-name
- Make your changes and test them locally.
- Commit your changes:
git commit -m "Add feature or fix description"
- Push your changes:
git push origin feature-name
- Create a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for more details.
For questions, suggestions, or bug reports, please open an issue on the GitHub Issues page.
Snigdha OS Developer Documentation is powered by:
- Docusaurus for creating modern documentation websites.
- Prism React Renderer for syntax highlighting.
Special thanks to the Snigdha OS Community and contributors for making this documentation project possible.
Enjoy your experience with Snigdha OS! 🌟