packwiz / packwiz-website

Website for the packwiz Minecraft modpack toolset
https://packwiz.infra.link/
MIT License
1 stars 6 forks source link

Use https://github.com/magicaljellybeans/mkdocs_schema_reader ? #4

Closed pengolod closed 2 years ago

pengolod commented 2 years ago

This is nearly perfect, except for the part where it's not very readable/usable 😅

image

not bad though

pengolod commented 2 years ago

Just a pip3 install mkdocs-schema-reader and adding

plugins:
  - search
  - schema_reader:
      include:
        - "./packwiz-spec/schemas"

to `mkdocs-base.yaml

pengolod commented 2 years ago

I've found a better solution, you can see it in #3 - https://github.com/grafana/json-schema-docs/