Adding short descriptions displaying on doc card links, small fixes
This commit is contained in:
parent
87d6158647
commit
1ea7f03afd
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
description: What do we call 'blueprints'
|
||||
---
|
||||
|
||||
# Blueprints
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 5
|
||||
description: Discover how collaboration works on descriptions
|
||||
---
|
||||
|
||||
# Collaborations
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
description: Discover how to create a new description
|
||||
---
|
||||
|
||||
# Create a Description
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 4
|
||||
description: Discover the lifecycle of a description
|
||||
---
|
||||
|
||||
# Description Lifecycle
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
description: Discover how to edit a description
|
||||
---
|
||||
|
||||
# Edit a Description
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 8
|
||||
description: Discover export options for a description
|
||||
---
|
||||
|
||||
# Exports
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 7
|
||||
description: Discover import options for a description
|
||||
---
|
||||
|
||||
# Imports
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
description: Discover how to prefill a description to save time
|
||||
---
|
||||
|
||||
# Prefill a Description
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 6
|
||||
description: Discover how to review a description
|
||||
---
|
||||
|
||||
# Reviewing
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
description: A brief introduction to the core entities of the platform
|
||||
---
|
||||
|
||||
# Introduction
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
description: Discover how to create a new plan
|
||||
---
|
||||
|
||||
# Create a Plan
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 9
|
||||
description: Discover how to publich a plan and aquire a DOI
|
||||
---
|
||||
|
||||
# DOI Assignment
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
description: Discover how to edit a plan
|
||||
---
|
||||
|
||||
# Edit a Plan
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 8
|
||||
description: Discover export options for a plan
|
||||
---
|
||||
|
||||
# Exports
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 7
|
||||
description: Discover import options for a plan
|
||||
---
|
||||
|
||||
# Imports
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 4
|
||||
description: Discover how you invite people to a plan
|
||||
---
|
||||
|
||||
# Invite collaborators
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
description: Discover the lifecycle of a plan
|
||||
---
|
||||
|
||||
# Plan lifecycle
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 6
|
||||
description: Discover how to review a plan
|
||||
---
|
||||
|
||||
# Reviewing
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 5
|
||||
description: Discover plan versioning options
|
||||
---
|
||||
|
||||
# Versions
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
description: What do we call 'references'
|
||||
---
|
||||
|
||||
# References
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 4
|
||||
description: What do we call 'templates'
|
||||
---
|
||||
|
||||
# Templates
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
description: A brief guide on the API documentation tool this platform uses
|
||||
---
|
||||
|
||||
# Swagger
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
description: A guide on how Keycloak is configured as an auth provider for the platform
|
||||
---
|
||||
|
||||
# Keycloak
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
description: A guide for the platform architecture
|
||||
---
|
||||
|
||||
# Architecture
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
description: A guide for the platform installation process
|
||||
---
|
||||
|
||||
# Installation
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
description: A brief introduction to the platform features
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
|
|
@ -5,4 +5,10 @@ description: Learn about the email notifications.
|
|||
|
||||
# Email
|
||||
|
||||
These notifications are received by email, using the mail server configured during the platform installation.
|
||||
These notifications are received by email.
|
||||
|
||||
:::info
|
||||
|
||||
The mail server is configured during the notification service installation.
|
||||
|
||||
:::
|
Loading…
Reference in New Issue