Skip to content

Commit ea618c2

Browse files
committed
Format README
1 parent 9b28f1f commit ea618c2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ This template repo helps with setting up a pipeline for an OSLO implementation p
88
## Table of contents
99

1010
<!-- TOC -->
11-
* [Implementation process pipeline](#implementation-process-pipeline)
12-
* [Table of contents](#table-of-contents)
13-
* [Usage](#usage)
14-
* [Setting up this repository](#setting-up-this-repository)
15-
* [Configure the dashboard](#configure-the-dashboard)
16-
* [Adding data via an Excel file](#adding-data-via-an-excel-file)
17-
* [Updating data in an Excel file](#updating-data-in-an-excel-file)
18-
* [Execute queries via the dashboard](#execute-queries-via-the-dashboard)
19-
* [How to work with branches](#how-to-work-with-branches)
20-
* [How to host the dashboard on your own server](#how-to-host-the-dashboard-on-your-own-server)
21-
* [Extras](#extras)
11+
- [Implementation process pipeline](#implementation-process-pipeline)
12+
- [Table of contents](#table-of-contents)
13+
- [Usage](#usage)
14+
- [Setting up this repository](#setting-up-this-repository)
15+
- [Configure the dashboard](#configure-the-dashboard)
16+
- [Adding data via an Excel file](#adding-data-via-an-excel-file)
17+
- [Updating data in an Excel file](#updating-data-in-an-excel-file)
18+
- [Execute queries via the dashboard](#execute-queries-via-the-dashboard)
19+
- [How to work with branches](#how-to-work-with-branches)
20+
- [How to host the dashboard on your own server](#how-to-host-the-dashboard-on-your-own-server)
21+
- [Extras](#extras)
2222
<!-- TOC -->
2323

2424
## Usage
@@ -140,14 +140,14 @@ Forbidden branch names are `assets`, `images`, and `queries`.
140140

141141
### How to host the dashboard on your own server
142142

143-
You can host the dashboard on your own server
143+
You can host the dashboard on your own server
144144
by copying the static files from the `gh-pages` branch to your own server:
145145

146146
1. Navigate to the `gh-pages` branch.
147147
2. Do you want to the host the dashboard built from the `main` branch or another branch?
148148
- If from the `main` branch, download the file `index.html` and the directories `assets`, `images`, and `queries`.
149149
- If from another branch, download the directory with the same name as the branch.
150-
3. Copy the files and directories to your server and
150+
3. Copy the files and directories to your server and
151151
follow the server-specific instructions on how to host them.
152152

153153
Note that the dashboard will still rely on the RDF in this repository.

0 commit comments

Comments
 (0)