-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
34 lines (33 loc) · 1.02 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
site_name: never-lang
site_author: Sławomir Maludziński
site_url: https://never-lang.readthedocs.io
repo_url: https://github.com/never-lang/never
repo_name: GitHub
theme:
name: readthedocs
custom_dir: docs/custom_theme
highlightjs: false
nav:
- Documentation: index.md
- Tutorials:
- Never on the Web: never-web.md
- Sorting Quick Sort: qsort.md
- Data Structures:
- Binary Tree: btree.md
- Singly Linked List: list.md
- Dynamic Programming Rod Cutting: rodcut.md
- Tribute to Alonzo C.: curradd.md
- Filter Map Reduce: fmr.md
- Fizz Buzz: fizzbuzz.md
- Pythagorean Triangle: pitria.md
- Tail Recursion: tailrec.md
- Neural Network: perceptron.md
- Wave: wave.md
- Brain F***: brainf.md
- FFI: ffi.md
- raylib FFI: raylib.md
- raylib cubes: raylib_cubes.md
- raylib 3d camera: raylib_3d_camera.md
- Rail Road Diagram: railroad.md
- Types: types.md
- Contact: contact.md