metadata101 / iso19139.ca.HNAP

ISO Harmonized North American Profile (HNAP)
GNU General Public License v2.0
4 stars 19 forks source link

Material for MkDocs #348

Closed jodygarnett closed 11 months ago

jodygarnett commented 1 year ago

Content converted using pandoc, this is a prototype ahead of boldens code sprint.

I am neutral on MkDocs, but appreciate markdown as it is used in so many other places. Material for MkDocs has so many extensions that we can get 90% of sphinx-build funcitonality.

The only real weakness is including live examples which is done using line-number range (making it hard to fix documentation if a configuration file being documented changes).

pip3 install -r requirements.txt
mkdocs serve
open http://localhost:8000

See README.md in this pull request for alternate setup instructions, or consult referencess below:

image

Compare:

jodygarnett commented 1 year ago

I think I have a live preview now at https://jodygarnett.github.io/iso19139.ca.HNAP/

jodygarnett commented 1 year ago

I will remove sphinx-build when I have mkdocs working. I need to sort out translation … and it is being very difficult.

jodygarnett commented 11 months ago

This content has moved to core-geonetwork