Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aastroza committed May 20, 2024
2 parents 76dd4a4 + 9a78031 commit d08c783
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
35 changes: 35 additions & 0 deletions docs/cookbook/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Cookbook

!!! Example

=== "System A"

``` markdown
* Sed sagittis eleifend rutrum
* Donec vitae suscipit est
* Nulla tempor lobortis orci
```

=== "System B"

``` markdown
1. Sed sagittis eleifend rutrum
2. Donec vitae suscipit est
3. Nulla tempor lobortis orci
```

=== "System C"

``` markdown
1. Sed sagittis eleifend rutrum
2. Donec vitae suscipit est
3. Nulla tempor lobortis orci
```

=== "System D"

``` markdown
1. Sed sagittis eleifend rutrum
2. Donec vitae suscipit est
3. Nulla tempor lobortis orci
```
7 changes: 6 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ theme:
- navigation.tabs
- navigation.sections
- announce.dismiss
- content.tabs.link


# Copyright
Expand All @@ -38,14 +39,16 @@ extra:
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/solid/paper-plane
link: mailto:johndoe@udd.cl
link: mailto:johndoe@mail.com

markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
Expand All @@ -65,5 +68,7 @@ nav:
- lectures/index.md
- Material:
- material/index.md
- Cookbook:
- cookbook/index.md
- Instructor:
- instructor/index.md

0 comments on commit d08c783

Please sign in to comment.