Skip to content
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
9 changes: 1 addition & 8 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
- [Datasets](./geoengine/datasets.md)
- [Engine]()
- [Layers](./geoengine/layers.md)
- [Users and Permissions](./geoengine/users.md)
- [Workflows]()

- [Pro Features](./pro/intro.md)

- [Users and Permissions](pro/users.md)

- [API](./api/intro.md)

- [Datasets]()
Expand Down Expand Up @@ -70,7 +67,3 @@
- [OGC Access]()

- [WMS]()

- [Solutions]()

- [Geo Engine Pro]()
2 changes: 1 addition & 1 deletion src/pro/users.md → src/geoengine/users.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Users and Permission

The Pro version of Geo Engine includes a user management system.
Geo Engine includes a user management system.
Users can either be _anonymous_ or _registered_.
On the first startup, an admin user will be created.

Expand Down
6 changes: 0 additions & 6 deletions src/pro/intro.md

This file was deleted.

2 changes: 1 addition & 1 deletion theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<li class="chapter-item">
<a href="https://python.docs.geoengine.io" style="width: 100%; display: flex; flex-direction: row;">
<span style="flex: 1;">Python</span>
<i class="fa fa-external-link" style="align-self: center;"></i>
<span style="align-self: center;">{{fa "solid" "arrow-up-right-from-square"}}</span>
</a>
</li>
</ol>
Expand Down