Skip to content

Commit 00071a3

Browse files
committed
Streamline navigation bar and update resources page with links to additional content
1 parent aa8df68 commit 00071a3

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

www/_config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,8 @@ navigation:
9595
url: /playground/
9696
- title: Code Examples
9797
url: /code-examples/
98-
- title: FAQ
99-
url: /faq/
100-
- title: Glossary
101-
url: /glossary/
102-
- title: Developer Resources
98+
- title: Resources
10399
url: /resources/
104-
- title: Community
105-
url: /community/
106100

107101
# Social links
108102
social_links:

www/pages/resources.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,14 @@ When implementing IPCrypt, be aware of these security considerations:
208208
### Tools
209209

210210
- [IPCrypt Test Vector Generator](https://github.com/jedisct1/draft-denis-ipcrypt/tree/main/implementations/python/generate_test_vectors.py): Generate test vectors for verification
211-
- [IPCrypt Playground]({{ site.baseurl }}/examples/playground/): Interactive web tool to experiment with IPCrypt
211+
- [IPCrypt Playground]({{ site.baseurl }}/playground/): Interactive web tool to experiment with IPCrypt
212+
213+
### Documentation
214+
215+
- [FAQ]({{ site.baseurl }}/faq/): Answers to frequently asked questions about IPCrypt
216+
- [Glossary]({{ site.baseurl }}/glossary/): Definitions of technical terms related to IPCrypt
217+
- [Code Examples]({{ site.baseurl }}/code-examples/): Sample code in various programming languages
218+
- [Community]({{ site.baseurl }}/community/): Information about contributing to IPCrypt
212219

213220
### References
214221

@@ -222,4 +229,4 @@ If you need help implementing or using IPCrypt:
222229

223230
1. **GitHub Issues**: Post questions or issues on the [GitHub repository]({{ site.github_repo }}/issues)
224231
2. **Contribute**: Share your experiences and improvements with the community
225-
3. **Contact**: Reach out to the author or contributors for specific questions
232+
3. **Contact**: Reach out to the contributors for specific questions

0 commit comments

Comments
 (0)