Skip to content

Documentation for the Open PaaS Platform, showcasing its capabilities to support the development, deployment, and integration of custom applications with external systems.

License

Notifications You must be signed in to change notification settings

jnikhila/open-paas-platform-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open PaaS Platform Docs

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.

Access Documentation

The documentation is deployed and available online. You can access it @ Open PaaS Platform Documentation

Key Sections

  • 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.

How to Build Locally

To build and view the documentation locally, follow these steps:

  1. Clone the repository:

  2. Install dependencies:

    pip install mkdocs mkdocs-material
  3. Serve the documentation locally: To preview the docs locally, run:

    mkdocs serve
  4. Build the site: To generate the static site files, run:

    mkdocs build

    The files will be saved in the site/ directory.

Contributions

This repository is for demonstration purposes only. There are no active contributions required.

About

Documentation for the Open PaaS Platform, showcasing its capabilities to support the development, deployment, and integration of custom applications with external systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published