Welcome to the repository of the official Socle-Commun site.
This site aims to centralize all information, standards, tools, and projects related to the Socle-Commun organization.
- 🢀 Home: Quick presentation of the organization.
- ðŸ©à Development Conventions: Coding standards, best practices, Git process.
- 💰 Projects: Individual documentation for each affiliated GitHub project.
- � Public Resources: Shared resources, images, documents.
- � Internationalization*: English pages (under construction).
- VitePress for static site generation.
- Markdown (.md) for writing content.
- GitHub Pages for hosting.
vitepress/ # VitePress configuration (config.mts), theme/)
src
|- index.md # Home page
|- conventions/ # Folder for development conventions
|- projects/ # Folder for project documentation
|- en-US/ # English version (WIP)
|- public/ # Public resources
.gitignore # Ignored files
package.json # npm dependencies and scripts
package-lock.json # Locked versions for npm
We welcome contributions!
- Fork this repository.
- Create your branch:
git checkout -bf feature/my-contribution - Make your changes (respecting conventions).
- Submit a clear and detailed Pull Request.
documentation open-source vitepress github-pages socle-commun