The official Planet Lia Planetization documentation website.
The website is available on: https://planetization.docs.planetlia.com.
To view the source code of the Planet Lia CLI or game, head on to our monorepo planet-lia/planet-lia.
The website is created using Hugo and the Material Docs theme.
Unless you have a good reason, do not change the hugo-material-docs
theme.
The theme has been forked and many changes have been made. If you need to add/change
something, there exists a pretty good chance it is possible in the project and
not the forked theme. Consult with the project maintainers (open an issue) to
make sure.
Anything in the folder static
will be treated as the root path of the final build, eg.
in source: static/static/images/logo.png
will become in the build:
http(s)://<BASE_WEBSITE_ROOT>/static/images/logo.png
.
Hopefully this explains the duplicate static folder.
All files are released under the Apache License version 2.0.