grass icon indicating copy to clipboard operation
grass copied to clipboard

doc: use absolute links in style guide, add link to cookiecutter

Open petrasovaa opened this issue 7 months ago • 1 comments

Relative links to files in repo don't work anymore now when style guide is part of documentation.

Also adds a link to the addon template in development documentation.

petrasovaa avatar May 15 '25 17:05 petrasovaa

To see if setting docs_dir to a relative path like "../../" (appropriate for the location of the root of the repo with respect to the config file location).

https://www.mkdocs.org/user-guide/configuration/#docs_dir

Also consider if there's blockers to have the mkdocs.yml config file at the root, to be able to build with "mkdocs build" without changing any directories first.

echoix avatar May 21 '25 02:05 echoix