Welcome to the official documentation for the BĮIP project.
If you're new to the BĮIP documentation, here's how to get started:
-
Clone the repository:
git clone https://github.com/AplinkosMinisterija/biip-docs.git
-
Ensure you have Rust and Cargo installed. You can follow the instructions on the Rust installation page.
-
Install
mdbook
and required dependencies:cargo install mdbook mdbook-mermaid mdbook-linkcheck
To use the documentation:
- Preview documentation (additional commands in
package.json
):mdbook serve
Each commit automatically creates a new preview environment on pull requests to the main
branch.
Each commit to main
branch automatically creates deployment to production environment.
We welcome contributions! If you encounter issues or have suggestions for improvements, feel free to open an issue or submit a pull request. For more information, please refer to the contribution guidelines.
This project is licensed under the MIT License.