Skip to content

Commit

Permalink
Update toc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvamartin authored Feb 28, 2024
1 parent f7904cf commit f3a5446
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
href: getting-started.md
- name: NetPlus Modules
- name: Algorithms
- name: Introduction
href: algorithms/getting-started.md
items:
- name: Introduction
href: algorithms/getting-started.md
- name: Comparison
items:
- name: CosineSimilarity
Expand Down Expand Up @@ -57,9 +57,9 @@
href: algorithms/sorting/selectionsort.md

- name: Converters
- name: Introduction
href: converters/getting-started.md
items:
- name: Introduction
href: converters/getting-started.md
- name: Date
items:
- name: DateTimeConverter
Expand All @@ -71,9 +71,10 @@
href: converters/temperatureconverter.md

- name: Generators
- name: Introduction
href: generators/getting-started.md
items:
- name: Introduction
href: generators/getting-started.md

- name: GenericGenerator
items:
- name: DataGenerator
Expand All @@ -90,9 +91,10 @@
href: generators/passwordgenerator.md

- name: Validators
- name: Introduction
href: validators/getting-started.md
items:
- name: Introduction
href: validators/getting-started.md

- name: Date
items:
- name: DateValidator
Expand Down

0 comments on commit f3a5446

Please sign in to comment.