Skip to content

Commit 041d001

Browse files
authored
Merge pull request #24 from cryptimeleon/develop
Update for v2.0.0 docu
2 parents 7b630b4 + e90076a commit 041d001

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

_config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ subtitle: Prototyping of Cryptographic Construction
1111
logo: /assets/logo.png
1212
repository: cryptimeleon/cryptimeleon.github.io
1313
locale: en
14+
atom_feed:
15+
hide: true
1416
description: Documentation page for the Cryptimeleon cryptography libraries.
1517
defaults:
1618
# _pages
@@ -38,3 +40,11 @@ exclude:
3840
- README.md
3941
- Dockerfile
4042
- LICENSE
43+
footer:
44+
links:
45+
- label: "Twitter"
46+
icon: "fab fa-fw fa-twitter-square"
47+
url: "https://twitter.com/cryptimeleon"
48+
- label: "GitHub"
49+
icon: "fab fa-fw fa-github"
50+
url: "https://github.com/cryptimeleon"

getting-started/5-minute-tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
"source": [
350350
"# ... what's next? 🎉\n",
351351
"\n",
352-
"If you're still curious about the library, consider our 15 minute tutorial where we go through some advanced examples for the library."
352+
"If you're still curious about the library, consider our [pairing tutorial](https://cryptimeleon.org/getting-started/pairing-tutorial.html), where we go through some advanced examples for the library."
353353
]
354354
}
355355
],

0 commit comments

Comments
 (0)