-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing headers and implementing level skipping in TOCs. updates in WHY
- Loading branch information
1 parent
c2d4a4e
commit aaa5453
Showing
3 changed files
with
39 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,26 @@ | ||
--- | ||
layout: page.njk | ||
title: 'StampNet' | ||
generate_toc: | ||
skip_levels: 1 | ||
--- | ||
|
||
<div class="flex justify-center"> | ||
This page is a work in progress and will be created and updated as StampNet comes to life. | ||
</div> | ||
|
||
{# | ||
<div class="toc md:float-right py-4 ml-4 mb-4 bg-gray-100">{:toc}</div> | ||
|
||
# StampNet | ||
|
||
StampNet is a work in progress and this page will be updated over time to reflect the | ||
progress made on it. As currently planned, there are two main components to StampNet. | ||
|
||
## Sync | ||
|
||
WIP | ||
The Sync protocol allows syncing your identity securely between devices you own. This | ||
allows you to bring your Stamp identity with you wherever you are in a seamless fashion. | ||
|
||
## Publish | ||
|
||
WIP | ||
#} | ||
The Publish protocol allows publishing your Stamp identity to a global network that allows | ||
others to look your identity up either by its identifier string, your name, or your email. | ||
This will make it possible to retrieve identities quickly, creating a foundation for | ||
secure messaging between identities and establishing trust by crawling the identity network. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters