Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support custom indent sublists BM-1120 #3371

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/developer-guide/run-basemaps-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This guide shows you how to set up and run a local instance of the **basemaps**

- build the **basemaps** packages
- configure and run the **basemaps/server** package:
- using LINZ's imagery
- using your own imagery
- using LINZ's imagery
- using your own imagery

!!! note

Expand Down Expand Up @@ -56,7 +56,7 @@ Clone the [**linz/basemaps**][bm_repo] repository to your machine.
!!! abstract "Path"

This guide uses variables as shorthand to reference key directories and files. On your machine, consider the following path:

=== "`BM_REPO`"

The path to the **basemaps** repository folder on your machine.
Expand Down Expand Up @@ -102,4 +102,4 @@ There are two main ways you can configure and run the **basemaps/server** packag
[bm_repo]: https://github.com/linz/basemaps
[configuration]: https://github.com/linz/basemaps/blob/master/docs/configuration.md
[contributing]: https://github.com/linz/basemaps/blob/master/CONTRIBUTING.md
[stac]: https://github.com/radiantearth/stac-spec/blob/master/overview.md
[stac]: https://github.com/radiantearth/stac-spec/blob/master/overview.md
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: true

# Overrides indent required for sublist items
#
# https://github.com/radude/mdx_truly_sane_lists
- mdx_truly_sane_lists:
nested_indent: 2

# Load google analytics from the $GOOGLE_ANALYTICS environment var
extra:
analytics:
Expand Down
Loading