Skip to content

Commit

Permalink
Merge pull request #27 from sb-ncbr/minor-fixes
Browse files Browse the repository at this point in the history
chore: user_guide typos
  • Loading branch information
hojkas authored May 19, 2024
2 parents fb38d4d + e300889 commit 20786d2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

1. [Package management](#package-management)
2. [Local development](#local-development)
1. [Docker](##docker)
2. [Local runtime](##local-runtime)
3. [Code quality](##code-quality)
1. [Docker](#docker)
2. [Local runtime](#local-runtime)
3. [Code quality](#code-quality)

3. [Deployment](#deployment)
1. [Creating Docker image](##creating-docker-image)
2. [Deploy to Rancher](##deploy-to-rancher)
1. [Creating Docker image](#creating-docker-image)
2. [Deploy to Rancher](#deploy-to-rancher)
4. [Configuration](#configuration)
1. [App flow control](##app-flow-control)
2. [Data sources](##data-sources)
3. [Tweaking the settings](##tweaking-the-settings)
4. [Other relevant](##other-relevant)
1. [App flow control](#app-flow-control)
2. [Data sources](#data-sources)
3. [Tweaking the settings](#tweaking-the-settings)
4. [Other relevant](#other-relevant)
5. [Logging levels](#logging-levels)
6. [App flow and error recovery](#app-flow-and-error-recovery)
1. [Data download](##data-download)
2. [Data extraction](##data-extraction)
3. [Data archiving](##data-archiving)
4. [Data transformation](##data-transformation)
5. [Post transformation actions](##post-transformation-actions)
1. [Data download](#data-download)
2. [Data extraction](#data-extraction)
3. [Data archiving](#data-archiving)
4. [Data transformation](#data-transformation)
5. [Post transformation actions](#post-transformation-actions)

# Package management

Expand Down

0 comments on commit 20786d2

Please sign in to comment.