Skip to content

Commit 9bc4ad5

Browse files
committed
Adjust nav tree for batchupdate options
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.
1 parent 490ce99 commit 9bc4ad5

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

docs/manual/docs/user-guide/workflow/batchediting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Updating a set of records {#batchediting}
1+
# Update records from edit console {#batchediting}
22

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

docs/manual/docs/user-guide/workflow/batchupdate-from-admin.md

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

33
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.
44

docs/manual/docs/user-guide/workflow/batchupdate-xsl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Updating a set of records using XSLT {#batchupdate_xsl}
1+
# Update records using XSLT {#batchupdate_xsl}
22

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

docs/manual/docs/user-guide/workflow/batchupdate.md

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Updating a set of records {#batchupdate}
2+
3+
In some circumstances, users may want to update a set of records:
4+
5+
- [Updating a set of records from the edit console](../batchediting.md)
6+
- [Updating a set of records from the admin console](../batchupdate-from-admin.md)
7+
- [Updating a set of records using XSLT](../batchupdate-xsl.md)

docs/manual/docs/user-guide/workflow/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- [Life cycle](life-cycle.md)
66
- [Publishing GIS data in a map server](geopublication.md)
77
- [Versioning](versioning.md)
8-
- [Updating a set of records](batchupdate.md)
8+
- [Updating a set of records](batchupdate/index.md)

docs/manual/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ nav:
277277
- 'Workflow':
278278
- user-guide/workflow/index.md
279279
- 'Updating a set of records':
280-
- user-guide/workflow/batchupdate.md
280+
- user-guide/workflow/batchupdate/index.md
281281
- user-guide/workflow/batchediting.md
282282
- user-guide/workflow/batchupdate-from-admin.md
283283
- user-guide/workflow/batchupdate-xsl.md

0 commit comments

Comments
 (0)