/mop

A repository for open source code and examples pertaining to NetFoundry's managed platform

Primary LanguagePythonApache License 2.0Apache-2.0

mop-samples

A repository for open source code and examples pertaining to NetFoundry's Managed Platform To get started, follow these simple steps.

  1. Install mkdocs
  2. Install material theme for mkdocs
  3. Install markdown-include for ability to include content of one md file in another md file.
  4. Install mkdocs-pdf-export-plugin for the ability to export as PDF.
  5. Clone the repo locally by running git clone https://github.com/netfoundry/mop.git or git clone git@github.com:netfoundry/mop.git (ssh option)
  6. Create a feature branch (feature/xxxxx) and start adding content!
  7. Once ready to share your changes, push the changes up to github
  8. Create a pull request to merge it to the master branch.

The content changes can be viewed as it is updated, by running "mkdocs serve" inside mop/quickstarts directory. It would be displayed at http://localhost:8000 by default.