This is a sample documentation repository for a Platform-as-a-Service (PaaS) product simulator. It is designed to give developers an example of how to integrate with a PaaS platform by building applications on top of it.
The documentation is deployed and available online. You can access it @ Open PaaS Platform Documentation
- Introduction: Overview of the platform.
- Getting Started: A quick start tutorial to help basic users begin with the platform.
- Golden Use Cases: In-depth technical guides for advanced users, such as integrating third-party APIs.
To build and view the documentation locally, follow these steps:
-
Clone the repository:
-
Install dependencies:
pip install mkdocs mkdocs-material
-
Serve the documentation locally: To preview the docs locally, run:
mkdocs serve
-
Build the site: To generate the static site files, run:
mkdocs build
The files will be saved in the
site/
directory.
This repository is for demonstration purposes only. There are no active contributions required.