Skip to content

Commit 68fa8dc

Browse files
authored
"Publish discussion topics on the mini-site (#331)
1 parent a617a94 commit 68fa8dc

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
# Prerequisites
88
# Install pandoc, latex and mkdocs in your environment
99
# - Ubuntu: `sudo apt-get install pandoc`
10+
# `sudo apt install python3 python3-pip -y`
11+
# `pip3 install mkdocs`
12+
# `pip install mkdocs-material mike`
13+
# `mkdocs --version`
1014
#
1115
# Parameters and Variables
1216
# https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html#Automatic-Variables
File renamed without changes.

discussion-topics/a-privacy-risks-and-mitigations.md renamed to docs/discussion-topics/a-privacy-risks-and-mitigations.md

File renamed without changes.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ repo_name: eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framew
2424
nav:
2525
- EUDI Wallet: index.md
2626
- Architecture and reference framework: arf.md
27+
- Discussion topics: discussion-topics
2728

2829
extra:
2930
version:

0 commit comments

Comments
 (0)