Skip to content

Commit

Permalink
update to toctree conversion with document titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Sep 21, 2023
1 parent bf7b204 commit 2893474
Show file tree
Hide file tree
Showing 34 changed files with 199 additions and 173 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Configuring the catalog

- [System Configuration](system-configuration.md)
- [System configuration](system-configuration.md)
- [User Interface Configuration](user-interface-configuration.md)
- [Css Configuration](css-configuration.md)
- [Csw Configuration](csw-configuration.md)
- [Portal Configuration](portal-configuration.md)
- [Inspire Configuration](inspire-configuration.md)
- [Map Server Configuration](map-server-configuration.md)
- [Configuring CSS & Style](css-configuration.md)
- [Configuring CSW](csw-configuration.md)
- [Portal configuration](portal-configuration.md)
- [Configuring for the INSPIRE Directive](inspire-configuration.md)
- [Map servers configuration for geopublication](map-server-configuration.md)
8 changes: 4 additions & 4 deletions docs/manual/docs/administrator-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Administrator guide

- [Configuring The Catalog](configuring-the-catalog/index.md)
- [Managing Users And Groups](managing-users-and-groups/index.md)
- [Managing Classification Systems](managing-classification-systems/index.md)
- [Managing Metadata Standards](managing-metadata-standards/index.md)
- [Configuring the catalog](configuring-the-catalog/index.md)
- [Managing users and groups](managing-users-and-groups/index.md)
- [Managing classification system](managing-classification-systems/index.md)
- [Managing metadata & template](managing-metadata-standards/index.md)

![](img/admin.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managing classification system

- [Managing Categories](managing-categories.md)
- [Managing Directories](managing-directories.md)
- [Managing Thesaurus](managing-thesaurus.md)
- [Managing categories](managing-categories.md)
- [Managing directories](managing-directories.md)
- [Managing thesaurus](managing-thesaurus.md)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Managing metadata & template {#metadata-and-template}

- [Standards](standards.md)
- [Configure Validation](configure-validation.md)
- [Metadata Identifier](metadata-identifier.md)
- [Managing metadata standards](standards.md)
- [Configuring validation levels](configure-validation.md)
- [Configuring metadata identifier](metadata-identifier.md)
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Managing users and groups

- [Creating Group](creating-group.md)
- [Creating User](creating-user.md)
- [User Self Registration](user-self-registration.md)
- [Authentication Mode](authentication-mode.md)
- [Creating group](creating-group.md)
- [Creating user](creating-user.md)
- [User Self-Registration](user-self-registration.md)
- [Authentication mode](authentication-mode.md)

## Default user {#user-defaults}

Expand Down
4 changes: 2 additions & 2 deletions docs/manual/docs/annexes/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Annexes

- [Mef Format](mef-format.md)
- [Gallery Gallery](gallery/gallery.md)
- [Metadata Exchange Format (MEF)](mef-format.md)
- [Some GeoNetwork nodes](gallery/gallery.md)
- [Standards](standards/index.md)
8 changes: 4 additions & 4 deletions docs/manual/docs/annexes/standards/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ The catalog support the following standards:

![](img/standardlist.png)

- [Iso19115 3.2018](iso19115-3.2018.md)
- [Iso19139](iso19139.md)
- [Iso19110](iso19110.md)
- [Dublin Core](dublin-core.md)
- [Geographic information -- Metadata (iso19115-3.2018)](iso19115-3.2018.md)
- [Geographic information -- Metadata (iso19139:2007) (iso19139)](iso19139.md)
- [Geographic information -- Methodology for feature cataloguing (Deprecated - use ISO19115-3) (iso19110)](iso19110.md)
- [Dublin core (dublin-core)](dublin-core.md)

ISO19110 can be used to encode feature catalogue (but ISO19115-3 is recommended).

Expand Down
8 changes: 4 additions & 4 deletions docs/manual/docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

The guide for people who want to contribute to GeoNetwork.

- [Writing Documentation](writing-documentation.md)
- [Writing documentation](writing-documentation.md)
- [Style Guide](style-guide.md)
- [Translating](translating.md)
- [Making A Pull Request](making-a-pull-request.md)
- [Doing A Release](doing-a-release.md)
- [Translating the application](translating.md)
- [Making a pull request](making-a-pull-request.md)
- [Doing a GeoNetwork release](doing-a-release.md)
24 changes: 12 additions & 12 deletions docs/manual/docs/customizing-application/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Customizing guide

- [Search Ui](search-ui/index.md)
- [Creating Custom View](creating-custom-view.md)
- [Editor Ui Creating Custom Editor](editor-ui/creating-custom-editor.md)
- [Editor Ui Custom Editor Examples](editor-ui/custom-editor-examples.md)
- [Editor Ui Tutorial](editor-ui/tutorial.md)
- [Changing Layout](changing-layout.md)
- [Configuring Search Fields](configuring-search-fields.md)
- [Configuring Faceted Search](configuring-faceted-search.md)
- [Advanced Configuration](advanced-configuration.md)
- [Adding Static Pages](adding-static-pages.md)
- [Implementing A Schema Plugin](implementing-a-schema-plugin.md)
- [Search application](search-ui/index.md)
- [Customizing metadata views](creating-custom-view.md)
- [Customizing editor](editor-ui/creating-custom-editor.md)
- [Custom editor examples](editor-ui/custom-editor-examples.md)
- [Building a custom form step by step](editor-ui/tutorial.md)
- [Theming](changing-layout.md)
- [Configuring search fields](configuring-search-fields.md)
- [Term aggregation on a field](configuring-faceted-search.md)
- [Advanced configuration](advanced-configuration.md)
- [Adding static pages](adding-static-pages.md)
- [Implementing schema plugins](implementing-a-schema-plugin.md)
- [Characterset](characterset.md)
- [Misc](misc.md)
- [Miscellaneous](misc.md)
10 changes: 5 additions & 5 deletions docs/manual/docs/customizing-application/search-ui/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Search application {#customizing-searchui}

- [Loadview](loadview.md)
- [Configdefault](configdefault.md)
- [Customview](customview.md)
- [Enrichview](enrichview.md)
- [Wro4Jdependencies](wro4jdependencies.md)
- [The view parameter](loadview.md)
- [Change default view configuration](configdefault.md)
- [Create your own view](customview.md)
- [Enrich your custom view](enrichview.md)
- [Wro4j resource management](wro4jdependencies.md)
6 changes: 0 additions & 6 deletions docs/manual/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
---
hide:
- navigation
- toc
---

# GeoNetwork {#toc}

Welcome to GeoNetwork. this documentation is organized into specific guides targeting different audience:
Expand Down
20 changes: 10 additions & 10 deletions docs/manual/docs/install-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

Before you can use GeoNetwork on your own computer, you need to install it. There are several different ways to install GeoNetwork:

- [Installing From Zip](installing-from-zip.md)
- [Installing From War File](installing-from-war-file.md)
- [Installing With Docker](installing-with-docker.md)
- [Installing From Source Code](installing-from-source-code.md)
- [Installing Index](installing-index.md)
- [Installing using a ZIP file](installing-from-zip.md)
- [Installing from WAR file](installing-from-war-file.md)
- [Installing with docker](installing-with-docker.md)
- [Building from Source Code](installing-from-source-code.md)
- [Installing search platform](installing-index.md)

!!! note

Expand All @@ -22,8 +22,8 @@ Before you can use GeoNetwork on your own computer, you need to install it. Ther

After installing the application, you can configure the following:

- [Configuring Database](configuring-database.md)
- [Customizing Data Directory](customizing-data-directory.md)
- [Logging](logging.md)
- [Map Print Setup](map-print-setup.md)
- [Loading Samples](loading-samples.md)
- [Configuring the database](configuring-database.md)
- [Customizing the data directory](customizing-data-directory.md)
- [Customising the log file location](logging.md)
- [Configuring printing of the map](map-print-setup.md)
- [Loading templates and sample data](loading-samples.md)
4 changes: 2 additions & 2 deletions docs/manual/docs/maintainer-guide/statistics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ GeoNetwork 3.8.x supports ElasticSearch/Kibana 7.2, other versions may not work
This guide doesn't provide a production level setup for ElasticSearch/Kibana. Please refer to the ElasticSearch/Kibana documentation to do a proper setup/configuration for a production environment.


- [Setup Elasticsearch](setup-elasticsearch.md)
- [Setup ElasticSearch](setup-elasticsearch.md)
- [Setup Kibana](setup-kibana.md)
- [Setup Geonetwork](setup-geonetwork.md)
- [Setup GeoNetwork](setup-geonetwork.md)
2 changes: 1 addition & 1 deletion docs/manual/docs/tutorials/customui/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Customize your GeoNetwork UI {#tuto-customui}

- [Search](search/index.md)
- [View](view/index.md)
- [Formatter](view/index.md)

For editor customization see [creating-custom-editor](creating-custom-editor.md):.
6 changes: 3 additions & 3 deletions docs/manual/docs/tutorials/customui/search/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Search page {#tuto-customui-search}

- [Loadpage](loadpage.md)
- [Defaultview](defaultview.md)
- [Customview](customview.md)
- [Understand loading page mechanisms](loadpage.md)
- [Customizing default view](defaultview.md)
- [Customizing default view](customview.md)
10 changes: 5 additions & 5 deletions docs/manual/docs/tutorials/hookcustomizations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

At the end of this tutorial, you should be able to customize your own code into GeoNetwork on a clean and easy to upgrade way. You should start with the [tuto-introduction](tuto-introduction.md) tutorial first.

- [Newproject](newproject/index.md)
- [Events](events/index.md)
- [Ui](ui/index.md)
- [Schemaplugins](schemaplugins/index.md)
- [Searchfields](searchfields/index.md)
- [Separate your code](newproject/index.md)
- [Using Events](events/index.md)
- [Adding new User Interface](ui/index.md)
- [Schema Plugins](schemaplugins/index.md)
- [Search Fields](searchfields/index.md)

For ui customization see [tuto-customui](tuto-customui.md).
6 changes: 3 additions & 3 deletions docs/manual/docs/tutorials/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tutorials

- [Introduction](introduction/index.md)
- [Customui](customui/index.md)
- [Hookcustomizations](hookcustomizations/index.md)
- [GeoNetwork opensource](introduction/index.md)
- [Customize your GeoNetwork UI](customui/index.md)
- [Hook your own code](hookcustomizations/index.md)
- [Inspire I](inspire/i.md)
8 changes: 4 additions & 4 deletions docs/manual/docs/tutorials/inspire/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

The tutorials in this section target specific GeoNetwork implementation scenarios related to the [European INSPIRE Directive](http://inspire.ec.europa.eu/). INSPIRE mandates European organisations to set up view- and download services and to describe them using metadata in discovery services. To respond to all aspects of the technical guidelines requires to compose an infrastructure of various components. For now we provide tutorials for view services in `mapserver <view-mapserver>`{.interpreted-text role="doc"} and `geoserver <view-geoserver>`{.interpreted-text role="doc"} and download services using `Atom <download-atom>`{.interpreted-text role="doc"} and `geoserver <download-geoserver>`{.interpreted-text role="doc"}.

- [View Geoserver](view-geoserver.md)
- [View Mapserver](view-mapserver.md)
- [Download Atom](download-atom.md)
- [Download Geoserver](download-geoserver.md)
- [Tutorial setting up INSPIRE view service with GeoNetwork and GeoServer](view-geoserver.md)
- [Tutorial setting up INSPIRE view service with GeoNetwork and Mapserver](view-mapserver.md)
- [Tutorial setting up an Atom/OpenSearch based INSPIRE download service](download-atom.md)
- [Tutorial setting up a WFS based INSPIRE download service with GeoServer](download-geoserver.md)
- [.md](.md)
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ For this workshop we will focus on the use of docker, but we also provide some g

- [Docker](docker.md)
- [Deploy](deploy.md)
- [Build](build.md)
- [Build from source code](build.md)
- [.md](.md)
2 changes: 1 addition & 1 deletion docs/manual/docs/tutorials/introduction/edit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
On this step we will learn how to edit metadata and configure the editor.

- [Edit](edit.md)
- [Editor](editor.md)
- [Customize Editor (Optional)](editor.md)
10 changes: 5 additions & 5 deletions docs/manual/docs/tutorials/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ At various points references are made to the product documentation to find more

## Tutorial contents

- [Introduction](introduction/index.md)
- [Introduction Discover](introduction/discover.md)
- [Introduction Map](introduction/map.md)
- [Introduction Schema](introduction/schema.md)
- [Metadata in the spatial domain](introduction/index.md)
- [Discovering information](introduction/discover.md)
- [Maps and dataset visualisation](introduction/map.md)
- [Standardised exchange of records](introduction/schema.md)
- [Deployment.](deployment/index..md)
- [Setup](setup/index.md)
- [Edit](edit/index.md)
- [Editing Metadata](edit/index.md)
- [Harvesting](harvesting/index.md)
- [Extra](extra/index.md)
4 changes: 2 additions & 2 deletions docs/manual/docs/user-guide/analyzing/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Analyzing data {#analyzing}

- [Metadata](metadata.md)
- [Data](data.md)
- [Statistics on catalog content](metadata.md)
- [Analyze and visualize data](data.md)
8 changes: 4 additions & 4 deletions docs/manual/docs/user-guide/associating-resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use the wizard panel to create or delete associated resources. A list of current

You can associate different types of resources:

- [Linking Documents](linking-documents.md)
- [Linking Records](linking-records.md)
- [Doi](doi.md)
- [Cite](cite.md)
- [Associating documents](linking-documents.md)
- [Associating another record](linking-records.md)
- [Digital Object Identifier (DOI)](doi.md)
- [Cite a resource](cite.md)
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ You can associate a record with documents using a URL.

A document could be an overview, a quality report, a website available in different formats (eg. png, jpg, pdf, html) on the web.

- [Using Filestore](using-filestore.md)
- [Linking Thumbnail](linking-thumbnail.md)
- [Linking Online Resources](linking-online-resources.md)
- [Uploading attachments](using-filestore.md)
- [Illustrating with an overview](linking-thumbnail.md)
- [Linking website, web services, \... using URL](linking-online-resources.md)
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Associating another record {#associating_resources_record}

- [Linking Parent](linking-parent.md)
- [Linking Source](linking-source.md)
- [Linking Dataset Or Service](linking-dataset-or-service.md)
- [Linking Feature Catalog](linking-feature-catalog.md)
- [Linking Others](linking-others.md)
- [Linking Remote Records](linking-remote-records.md)
- [Grouping datasets in a series (ie. parent/child relation)](linking-parent.md)
- [Referencing sources of a dataset](linking-source.md)
- [Linking a dataset with a service](linking-dataset-or-service.md)
- [Describing attributes table in a feature Catalog](linking-feature-catalog.md)
- [Other types of resources (eg. sensor, publication)](linking-others.md)
- [Linking to a remote record](linking-remote-records.md)
14 changes: 7 additions & 7 deletions docs/manual/docs/user-guide/describing-information/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ The editor form provides uploading of data, graphics, documents, pdf files and a
Add links to corresponding section


- [Managing Templates](managing-templates.md)
- [Creating Metadata](creating-metadata.md)
- [Importing Metadata](importing-metadata.md)
- [Editing Metadata](editing-metadata.md)
- [Deleting Metadata](deleting-metadata.md)
- [Multilingual Editing](multilingual-editing.md)
- [Inspire Editing](inspire-editing.md)
- [Managing templates](managing-templates.md)
- [Creating a new record](creating-metadata.md)
- [Importing a new record](importing-metadata.md)
- [Editing metadata](editing-metadata.md)
- [Deleting a record](deleting-metadata.md)
- [Multilingual editing](multilingual-editing.md)
- [Describing resources for the INSPIRE directive](inspire-editing.md)

Based on user profiles (see [creating-user](creating-user.md)), a dashboard provides easy access to their informations and tasks.
22 changes: 11 additions & 11 deletions docs/manual/docs/user-guide/harvesting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Harvesting is the process of ingesting metadata from remote sources and storing
The following sources can be harvested:

- [Harvesting Geonetwork](harvesting-geonetwork.md)
- [Harvesting Csw](harvesting-csw.md)
- [Harvesting Ogcwxs](harvesting-ogcwxs.md)
- [Harvesting Simpleurl](harvesting-simpleurl.md)
- [Harvesting Filesystem](harvesting-filesystem.md)
- [Harvesting Webdav](harvesting-webdav.md)
- [Harvesting Oaipmh](harvesting-oaipmh.md)
- [Harvesting Sde](harvesting-sde.md)
- [Harvesting Geoportal](harvesting-geoportal.md)
- [Harvesting Thredds](harvesting-thredds.md)
- [Harvesting Wfs Features](harvesting-wfs-features.md)
- [Harvesting Z3950](harvesting-z3950.md)
- [Harvesting CSW services](harvesting-csw.md)
- [Harvesting OGC Services](harvesting-ogcwxs.md)
- [Simple URL harvesting (opendata)](harvesting-simpleurl.md)
- [Local File System Harvesting](harvesting-filesystem.md)
- [WEBDAV Harvesting](harvesting-webdav.md)
- [OAIPMH Harvesting](harvesting-oaipmh.md)
- [Harvesting an ARCSDE Node](harvesting-sde.md)
- [GeoPortal REST Harvesting](harvesting-geoportal.md)
- [THREDDS Harvesting](harvesting-thredds.md)
- [WFS GetFeature Harvesting](harvesting-wfs-features.md)
- [Z3950 Harvesting](harvesting-z3950.md)

## Mechanism overview

Expand Down
14 changes: 7 additions & 7 deletions docs/manual/docs/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Operational user-guide describing the editing, review and management of records.

- [Quick Start](quick-start/index.md)
- [Map](map/index.md)
- [Describing Information](describing-information/index.md)
- [Associating Resources](associating-resources/index.md)
- [Tag Information](tag-information/index.md)
- [Quick start](quick-start/index.md)
- [Maps and dataset visualisation](map/index.md)
- [Describing information](describing-information/index.md)
- [Associating resources](associating-resources/index.md)
- [Classify information](tag-information/index.md)
- [Publishing](publishing/index.md)
- [Analyzing](analyzing/index.md)
- [Analyzing data](analyzing/index.md)
- [Workflow](workflow/index.md)
- [Harvesting](harvesting/index.md)
- [Export](export/index.md)
- [Exporting records](export/index.md)
6 changes: 3 additions & 3 deletions docs/manual/docs/user-guide/publishing/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Publishing

- [Managing Privileges](managing-privileges.md)
- [Restricting Information To Metadata Sections](restricting-information-to-metadata-sections.md)
- [Transferring Privileges](transferring-privileges.md)
- [Managing privileges](managing-privileges.md)
- [Restricting information to metadata sections](restricting-information-to-metadata-sections.md)
- [Transferring privileges](transferring-privileges.md)
Loading

0 comments on commit 2893474

Please sign in to comment.