Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.81 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.81 KB

Potential. For European Digital Identity. Co-funded by the European Union.

Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or Potential Consortium. Neither the European Union nor the granting authority can be held responsible for them.

EUDI Qualified Electronic Attestations of Attributes Provider Technical Documentation

Documentation is written using MkDocs static documentation site generator with Material theme and Markdown.

Requirements

  • Python 3
  • pip - Python package manager
  • Text Editor - to edit Markdown documents (i.e Haroopad)

Installing required software

Both Ubuntu and Mac OS X come python already installed (the version depends on OS)

  1. Install pip on Ubuntu sudo apt-get install python-pip on Mac OS X sudo easy_install pip
  2. Install required components pip install -r requirements.txt

Windows

  1. Install python. Download the installer from the official python homepage: https://www.python.org/downloads/ and install

NOTE: Starting with version 2.7.9 and onwards pip ships along with python, so there shouldn't be any need to install pip separately.

  1. Install required components pip install -r requirements.txt

Editing content

  1. Edit markdown files inside the docs directory
  2. Preview Your changes by issuing mkdocs serve in project root and navigating to http://localhost:8000
  3. Build assembled documentation eudi-qeaa-issuer.md by issuing mkdocs build in project root
  4. Commit and push Your changes to git