Added multi language function.
|
@ -1,3 +1,3 @@
|
|||
# mijn-aantekeningen
|
||||
# My notes
|
||||
|
||||
De digitalisatie van mijn aantekeningen uit verscheidene vakgebieden.
|
||||
My notes digitalized.
|
55
config/en/mkdocs.yaml
Executable file
|
@ -0,0 +1,55 @@
|
|||
site_name: My notes
|
||||
docs_dir: '../../docs/en'
|
||||
|
||||
theme:
|
||||
name: material
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.instant.prefetch
|
||||
- navigation.tabs
|
||||
- toc.follow
|
||||
palette:
|
||||
- scheme: slate
|
||||
primary: black
|
||||
accent: teal
|
||||
language: en
|
||||
|
||||
extra:
|
||||
generator: false
|
||||
alternate:
|
||||
- name: English
|
||||
link: /en/
|
||||
lang: en
|
||||
- name: Nederlands
|
||||
link: /nl/
|
||||
lang: nl
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
lang: en
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.arithmatex:
|
||||
generic: true
|
||||
|
||||
extra_javascript:
|
||||
- javascripts/mathjax.js
|
||||
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
||||
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
||||
|
||||
nav:
|
||||
- 'Welcome': index.md
|
||||
- 'Mathematics':
|
||||
- 'Start': mathmematics/start.md
|
||||
|
||||
- 'Physics':
|
||||
- 'Start': physics/start.md
|
||||
|
||||
- 'Chemistry':
|
||||
- 'Start': chemistry/start.md
|
||||
|
||||
- 'Philosophy':
|
||||
- 'Start': philosophy/start.md
|
||||
|
||||
- 'Programming':
|
||||
- 'Start': programming/start.md
|
|
@ -1,4 +1,6 @@
|
|||
site_name: Mijn aantekeningen
|
||||
docs_dir: '../../docs/nl'
|
||||
|
||||
theme:
|
||||
name: material
|
||||
features:
|
||||
|
@ -10,26 +12,35 @@ theme:
|
|||
- scheme: slate
|
||||
primary: black
|
||||
accent: teal
|
||||
language: nl
|
||||
|
||||
extra:
|
||||
generator: false
|
||||
alternate:
|
||||
- name: English
|
||||
link: /en/
|
||||
lang: en
|
||||
- name: Nederlands
|
||||
link: /nl/
|
||||
lang: nl
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
lang: nl
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.arithmatex:
|
||||
generic: true
|
||||
|
||||
extra_javascript:
|
||||
- javascripts/mathjax.js
|
||||
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
||||
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
||||
|
||||
nav:
|
||||
- 'Home': index.md
|
||||
- 'Welkom': index.md
|
||||
- 'Wiskunde':
|
||||
- 'Start': wiskunde/start.md
|
||||
- 'Calculus':
|
||||
- 'Sets and numbers': wiskunde/calculus/sets-and-numbers.md
|
||||
- 'Limits': wiskunde/calculus/limits.md
|
||||
- 'Continuity': wiskunde/calculus/continuity.md
|
||||
- 'Differentation': wiskunde/calculus/differentation.md
|
||||
- 'Transcendental functions':
|
||||
- 'Inverse functions': wiskunde/calculus/transcendental-functions/inverse-functions.md
|
||||
- 'Exponential and logarithmic functions': wiskunde/calculus/transcendental-functions/exponential-and-logarithmic-functions.md
|
||||
- 'Extremes values': wiskunde/calculus/extremes-values.md
|
||||
- 'Concavity and inflections': wiskunde/calculus/concavity-and-inflections.md
|
||||
- 'Taylor polynomials': wiskunde/calculus/taylor-polynomials.md
|
||||
- 'Integration': wiskunde/calculus/integration.md
|
||||
- 'Integration techniques': wiskunde/calculus/integration-techniques.md
|
||||
- 'Improper integrals': wiskunde/calculus/improper-integrals.md
|
||||
- 'First-order differential equations': wiskunde/calculus/first-order-differential-equations.md
|
||||
|
||||
- 'Natuurkunde':
|
||||
- 'Start': natuurkunde/start.md
|
||||
|
@ -59,18 +70,3 @@ nav:
|
|||
|
||||
- 'Filosofie':
|
||||
- 'Start': filosofie/start.md
|
||||
|
||||
- 'Programmeertalen':
|
||||
- 'Start': programmeertalen/start.md
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.arithmatex:
|
||||
generic: true
|
||||
|
||||
extra:
|
||||
generator: false
|
||||
|
||||
extra_javascript:
|
||||
- javascripts/mathjax.js
|
||||
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
||||
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
1
docs/en/index.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Welcome
|
3
docs/en/mathematics/start.md
Executable file
|
@ -0,0 +1,3 @@
|
|||
# Mathematics
|
||||
|
||||
Welcome to the mathematics page.
|
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 281 KiB After Width: | Height: | Size: 281 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |