Skip to content

SoFairOA/documentation

Repository files navigation

Documentation

Documentation of the workflow for software assets lifecycle management for developers.

Deployment

Automatically via GitHub pages.

Run locally

Clone the project

  git clone git@github.com:SoFairOA/documentation.git

Go to the project directory

  cd documentation

Install mkdocs (recommended within a virtualenv):

  [virtualenv venv]
  [source venv/bin/activate]
  pip install -r requirements.txt

Start the server

  mkdocs serve

Build

Build the documentation website:

  mkdocs build

Authors

See CONTRIBUTING.md.

Contributing

See CONTRIBUTING.md.

License

CC-BY-4.0

Acknowledgments

See index.md.

Releases

No releases published

Packages

No packages published

Contributors 5