Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pesa committed Feb 27, 2024
1 parent 7cf3f88 commit af48283
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docs/** -linguist-documentation
docs/*.md linguist-detectable
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ Link: [101.named-data.net](https://101.named-data.net/)
## Local build

Install dependencies:
```bash

```shell
poetry install --no-root
```

Live preview:
```bash

```shell
poetry run mkdocs serve
```
36 changes: 18 additions & 18 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ theme:
palette:
primary: deep orange
features:
- content.tabs.link
- navigation.footer
- content.code.copy
- content.tabs.link
- navigation.footer
- content.code.copy

plugins:
- search
Expand All @@ -21,29 +21,29 @@ plugins:
csl_file: acm-sig-proceedings.csl

nav:
- 'index.md'
- 'getting-started.md'
- 'packets.md'
- 'communication.md'
- 'security.md'
- 'sync.md'
- 'storage.md'
- 'forwarding.md'
- 'routing.md'
- 'testbed.md'
- 'debugging.md'
- "index.md"
- "getting-started.md"
- "packets.md"
- "communication.md"
- "security.md"
- "sync.md"
- "storage.md"
- "forwarding.md"
- "routing.md"
- "testbed.md"
- "debugging.md"

markdown_extensions:
- admonition
- footnotes
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true

extra_javascript:
- javascripts/iframe-message.js
- javascripts/iframe-message.js
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ mkdocs-material = "^9.5.3"
mkdocs-bibtex = "^2.11.0"
pypandoc-binary = "^1.12"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit af48283

Please sign in to comment.