Skip to content

Commit 09a56c9

Browse files
committed
Added meta information and edit uri
1 parent 4e7fbe4 commit 09a56c9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Technically not documentation of the website. The website is documentation
2+
docs/** linguist-documentation=false
3+
14
# This whole project is especially markdown based. It's worth showing that
25
*.md linguist-detectable=true
36
*.md linguist-documentation=false

mkdocs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
site_name: VCE Algorithmics Notes
22
site_url: https://algo.mcloughlan.com # for SEO
33
repo_url: https://github.com/mcloughlan/algo-notes
4-
edit_uri: ""
4+
site_description: "A complete set of VCE Algorithmics notes. Constantly revised since 2022"
5+
edit_uri: edit/main/docs/
56
theme:
67
name: material
78
favicon: assets/favicon.png
@@ -43,6 +44,3 @@ plugins:
4344
- git-revision-date-localized
4445
- macros # For contribution icons
4546
- social # For embeds
46-
extra:
47-
meta:
48-
description: "A complete set of VCE Algorithmics notes. Constantly revised since 2022"

0 commit comments

Comments
 (0)