Skip to content

Commit

Permalink
Merge pull request #126 from katzenpost/alt-site
Browse files Browse the repository at this point in the history
Fixed missing side nav on spec
  • Loading branch information
david415 authored Dec 12, 2024
2 parents 04feccd + 7d8e235 commit 1d2a054
Show file tree
Hide file tree
Showing 35 changed files with 663 additions and 716 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
resources/
public/
public/
*.xpr
8 changes: 8 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,11 @@ header.article-meta {
line-height: 1.6; /* Increase line height for better readability */
font-weight: 400; /* Optional: Adjust weight for optimal readability */
}

/* Customizations */

.td-page-meta__view { display: none !important; }
.td-page-meta__edit { display: none !important; }
.td-page-meta__child { display: none !important; }
.td-page-meta__issue { display: none !important; }
.td-page-meta__project-issue { display: none !important; }
16 changes: 8 additions & 8 deletions content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: "base"

| | Title | Description | Link(s) |
|------|----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
| πŸ“– | **[Admin Guide](/docs/admin_guide)** | Detailed guide for deploying and managing Katzenpost servers, including setting up a local Docker-based mixnet. | [HTML](/docs/admin_guide) |
| πŸ“– | **[Admin Guide](/docs/admin_guide)** | Detailed guide for deploying and managing Katzenpost servers, including setting up a local Docker-based mixnet. | [HTML](/docs/admin_guide) / [PDF](/admin_guide/admin_guide.pdf) |
| πŸ”’ | **[Threat Model](/docs/threat_model)** | An evolving document defining Katzenpost's security assumptions, attack scenarios, and mitigation strategies. | [HTML](/docs/threat_model) / [PDF](/research/Threat_Model_Doc.pdf) |
| πŸ“š | **[Literature Review](/research/Literature_overview__website_version.pdf)** | A curated review of academic literature, explaining the theoretical foundations behind Katzenpost's design decisions. | [PDF](/research/Literature_overview__website_version.pdf) |
| 🎧 | **[Audio Engineering Considerations for a Modern Mixnet](/docs/audio_eng)** | Technical analysis of audio transmission challenges and solutions for modern mixnets, with a focus on usability and scalability. | [HTML](/docs/audio_eng) / [PDF](/research/Audio_Engineering_Considerations_for_a_Modern_Mixnet.pdf) |
Expand All @@ -28,15 +28,15 @@ These documents are mostly for internal use. They go into excruciating detail wh

| | Title | Description | Link(s) |
|----|----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|
| πŸ“– | **[Mixnet](/docs/specs/mixnet)** | Describes the overall mixnet design. | [HTML](/docs/specs/mixnet) / [PDF](/docs/specs/mixnet.pdf) |
| πŸ“– | **[Public Key Infrastructure](/docs/specs/pki)** | Every mixnet must have a PKI, this doc describes ours. | [HTML](/docs/specs/pki) / [PDF](/docs/specs/pki.pdf) |
| πŸ“– | **[Wire Protocol](/docs/specs/wire_protocol)** | A detailed design specification for our PQ Noise based wire protocol, which is used for transport encryption between all the mix nodes and dirauth nodes. | [HTML](/docs/specs/wire_protocol) / [PDF](/docs/specs/wire_protocol.pdf) |
| πŸ“– | **[Mixnet](/docs/specs/mixnet)** | Describes the overall mixnet design. | [HTML](/docs/specs/mixnet) / [PDF](/specs/mixnet.pdf) |
| πŸ“– | **[Public Key Infrastructure](/docs/specs/pki)** | Every mixnet must have a PKI, this doc describes ours. | [HTML](/docs/specs/pki) / [PDF](/specs/pki.pdf) |
| πŸ“– | **[Wire Protocol](/docs/specs/wire_protocol)** | A detailed design specification for our PQ Noise based wire protocol, which is used for transport encryption between all the mix nodes and dirauth nodes. | [HTML](/docs/specs/wire_protocol) / [PDF](/specs/wire_protocol.pdf) |
| πŸ“– | **[Sphinx packet format](/docs/specs/sphinx.pdf)** | Sphinx packet format, a nested cryptographic packet format designed for mix networks. | [HTML](/docs/specs/sphinx) / [PDF](/docs/specs/sphinx.pdf) |
| πŸ“– | **[KEM Sphinx packet format](/docs/specs/kem_sphinx)** | The KEM Sphinx variation of Sphinx | [HTML](/docs/specs/kem_sphinx) / [PDF](/docs/specs/kemsphinx.pdf) |
| πŸ“– | **[KEM Sphinx packet format](/docs/specs/kem_sphinx)** | The KEM Sphinx variation of Sphinx | [HTML](/docs/specs/kem_sphinx) / [PDF](/specs/kemsphinx.pdf) |
| πŸ“– | **[Sphinx Replay Detection](/specs/sphinx_replay_detection)** | Sphinx Replay Detection | [HTML](/docs/specs/sphinx_replay_detection) / [PDF](/docs/specs/sphinx_replay_detection.pdf) |
| πŸ“– | **[Certificate format](/docs/specs/certificate)** | PKI Certificate format | [HTML](/docs/specs/certificate) / [PDF](/docs/specs/certificate.pdf) |
| πŸ“– | **[Client2](/docs/specs/client2)** | Client2 thin client library design.. | [HTML](/docs/specs/client2) / [PDF](/docs/specs/client2.pdf) |
| πŸ“– | **[Mix decoy stats propagation](/docs/specs/mix_decoy_stats_propagation)** | Mix decoy stats propagation | [HTML](/docs/specs/mix_decoy_stats_propagation) / [PDF](/docs/specs/mix_decoy_stats_propagation.pdf) |
| πŸ“– | **[Certificate format](/docs/specs/certificate)** | PKI Certificate format | [HTML](/docs/specs/certificate) / [PDF](/specs/certificate.pdf) |
| πŸ“– | **[Client2](/docs/specs/client2)** | Client2 thin client library design.. | [HTML](/docs/specs/client2) / [PDF](/specs/client2.pdf) |
| πŸ“– | **[Mix decoy stats propagation](/docs/specs/mix_decoy_stats_propagation)** | Mix decoy stats propagation | [HTML](/docs/specs/mix_decoy_stats_propagation) / [PDF](/specs/mix_decoy_stats_propagation.pdf) |


---
4 changes: 2 additions & 2 deletions content/en/docs/admin_guide/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Katzenpost administration guide
title: Administration guide
weight: 6
---

Expand All @@ -9,7 +9,7 @@ Use the documentation in this section to explore how the mixnet works and to imp

| | Title | Description | Link(s) |
|------|----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
| πŸ“– | **[Admin Guide](/docs/admin_guide)** | Detailed guide for deploying and managing Katzenpost servers, including setting up a local Docker-based mixnet. | [HTML](/docs/admin_guide) / [PDF](/research/) |
| πŸ“– | **[Admin Guide](/docs/admin_guide)** | Detailed guide for deploying and managing Katzenpost servers, including setting up a local Docker-based mixnet. | [PDF](/admin_guide/admin_guide.pdf) |



Loading

0 comments on commit 1d2a054

Please sign in to comment.