mayope / keycloakmigration

Manage your Keycloak configuration with code.
https://mayope.net
MIT License
108 stars 22 forks source link

Migrate all docs to new yaml format #16

Closed klg71 closed 2 years ago

klg71 commented 4 years ago

The documentation was recently updated and now we use hugo (https://gohugo.io/) to build the static documentation.

For the first release I just copied the relevant sections from the Readme.md to the corresponding files under /docsbuild/content.

Hugo supports syntax highlighting for yaml files through the "```yaml ... ```" style. Currently a lot of migration examples use the markdown intendation style for code blocks and we should migrate them to ge syntax highlighting.

klg71 commented 2 years ago

Thanks @MrDeerly for the provided work :)