Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 8bf577e

Browse files
committed
Add toc with doctoc to readme
1 parent 5432ca1 commit 8bf577e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@ Nginx config DSL for NTNU course TDT4250.
1111

1212
---
1313

14+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
15+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
16+
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
17+
18+
- [Semester project - TDT4250: Advanced Software Design](#semester-project---tdt4250-advanced-software-design)
19+
- [Participants:](#participants)
20+
- [Building](#building)
21+
- [Maven](#maven)
22+
- [Eclipse](#eclipse)
23+
- [Running](#running)
24+
- [Project folders](#project-folders)
25+
- [Workflow](#workflow)
26+
- [Grammar](#grammar)
27+
- [Ecore Model](#ecore-model)
28+
- [Converting .nginx to .conf](#converting-nginx-to-conf)
29+
- [Writing new .nginx files](#writing-new-nginx-files)
30+
- [Tests](#tests)
31+
- [Validators](#validators)
32+
- [Running the tests](#running-the-tests)
33+
- [Helpful links](#helpful-links)
34+
35+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
36+
37+
---
38+
1439
## Building
1540

1641
### Maven

0 commit comments

Comments
 (0)