fixing blank pages and github actions

This commit is contained in:
2023-08-21 13:19:51 -04:00
parent 893b2acff2
commit 3de3c87864
8 changed files with 24 additions and 21 deletions

View File

@@ -23,12 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install book-summary from cargo
uses: baptiste0928/cargo-install@v2
with:
crate: book-summary
- run: book-summary -n ./src -s cryptkeeper guides references -y
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
@@ -39,6 +33,7 @@ jobs:
uses: actions/configure-pages@v3
- name: Build with mdBook
run: mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:

View File

@@ -4,3 +4,6 @@ language = "en"
multilingual = false
src = "src"
title = "CryptKeeper Documentation"
[build]
create-missing = true

View File

@@ -1,16 +1,16 @@
# Summary
- [Cryptkeeper](#)
- [Features](cryptkeeper/features.md)
- [Overview](cryptkeeper/overview.md)
- [Guides](#)
- [Contributing](guides/contributing.md)
- [Integration](#)
- [Connect to Extension](guides/integration/connect-to-extension.md)
- [Create Identity](guides/integration/create-identity.md)
- [Generate Proof](guides/integration/generate-proof.md)
- [Inject Client](guides/integration/inject-client.md)
- [Zkitter Examples](guides/integration/zkitter-examples.md)
- [References](#)
- [Faq](references/faq.md)
- [Terms](references/terms.md)
- [Cryptkeeper](cryptkeeper/_intro.md)
- [Features](cryptkeeper/features.md)
- [Overview](cryptkeeper/overview.md)
- [Guides](guides/_intro.md)
- [Contributing](guides/contributing.md)
- [Integration](guides/integration/_intro.md)
- [Connect to Extension](guides/integration/connect-to-extension.md)
- [Create Identity](guides/integration/create-identity.md)
- [Generate Proof](guides/integration/generate-proof.md)
- [Inject Client](guides/integration/inject-client.md)
- [Zkitter Examples](guides/integration/zkitter-examples.md)
- [References](references/_intro.md)
- [Faq](references/faq.md)
- [Terms](references/terms.md)

View File

@@ -0,0 +1,3 @@
# CryptKeeper
Welcome to CryptKeeper, a simple, easy to use, and secure zk identity manager

1
src/guides/_intro.md Normal file
View File

@@ -0,0 +1 @@
# Guides

View File

@@ -0,0 +1 @@
# Integrations

1
src/references/_intro.md Normal file
View File

@@ -0,0 +1 @@
# References

View File

@@ -1,2 +1 @@
# 🤔 FAQ