A comprehensive documentation site for public policies on open source software, organized by policy type rather than by country.
This project aims to collect, organize, and document public policies related to open source software from governments worldwide, facilitating policy learning and international collaboration.
-
Clone the repository:
git clone https://github.com/EL-BID/OSS_policies.git cd OSS_policies
-
Install dependencies:
pip install -r requirements.txt
-
Serve the site locally:
mkdocs serve
-
Open your browser to
http://localhost:8000
The site automatically deploys to GitHub Pages when changes are pushed to the main
branch.
/docs/
en/ # English documentation
index.md
policies/ # Policy files ending in _en.md
es/ # Spanish documentation
index.md
policies/ # Policy files ending in _es.md
pt/ # Portuguese documentation
index.md
policies/ # Policy files ending in _pt.md
/assets/
policies/ # Supporting documents
mkdocs.yml # Site configuration
requirements.txt # Python dependencies
We welcome contributions! See CONTRIBUTING.md for guidelines.
This documentation is released under CC BY 4.0.
Visit the live documentation: https://EL-BID.github.io/OSS_policies