Skip to content

Commit

Permalink
Adjust nav tree for batchupdate options
Browse files Browse the repository at this point in the history
To prevent duplication of title in the nav bar. All URL paths remain the same.
This takes advantage of batchupdate/index.md being treated as a navigation header.
  • Loading branch information
jodygarnett committed Apr 15, 2024
1 parent 490ce99 commit 9bc4ad5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/manual/docs/user-guide/workflow/batchediting.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Updating a set of records {#batchediting}
# Update records from edit console {#batchediting}

From the editor board, editors can do batch editing on multiple records.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Updating a set of records from the admin console {#batchupdate_from_admin}
# Updating records from Admin console {#batchupdate_from_admin}

In some circumstances, users may want to update a set of records. Administrator users can, from the `admin console`, open the `tools`, `Batch process` page.

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/docs/user-guide/workflow/batchupdate-xsl.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Updating a set of records using XSLT {#batchupdate_xsl}
# Update records using XSLT {#batchupdate_xsl}

## Applying changes {#batch-process-apply}

Expand Down
7 changes: 0 additions & 7 deletions docs/manual/docs/user-guide/workflow/batchupdate.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/manual/docs/user-guide/workflow/batchupdate/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Updating a set of records {#batchupdate}

In some circumstances, users may want to update a set of records:

- [Updating a set of records from the edit console](../batchediting.md)
- [Updating a set of records from the admin console](../batchupdate-from-admin.md)
- [Updating a set of records using XSLT](../batchupdate-xsl.md)
2 changes: 1 addition & 1 deletion docs/manual/docs/user-guide/workflow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- [Life cycle](life-cycle.md)
- [Publishing GIS data in a map server](geopublication.md)
- [Versioning](versioning.md)
- [Updating a set of records](batchupdate.md)
- [Updating a set of records](batchupdate/index.md)
2 changes: 1 addition & 1 deletion docs/manual/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ nav:
- 'Workflow':
- user-guide/workflow/index.md
- 'Updating a set of records':
- user-guide/workflow/batchupdate.md
- user-guide/workflow/batchupdate/index.md
- user-guide/workflow/batchediting.md
- user-guide/workflow/batchupdate-from-admin.md
- user-guide/workflow/batchupdate-xsl.md
Expand Down

0 comments on commit 9bc4ad5

Please sign in to comment.