mirror of
https://github.com/CryptKeeperZK/Docs.git
synced 2026-01-06 21:53:51 -05:00
fixing blank pages and github actions
This commit is contained in:
7
.github/workflows/gh-pages.yml
vendored
7
.github/workflows/gh-pages.yml
vendored
@@ -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:
|
||||
|
||||
@@ -4,3 +4,6 @@ language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "CryptKeeper Documentation"
|
||||
|
||||
[build]
|
||||
create-missing = true
|
||||
@@ -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)
|
||||
|
||||
3
src/cryptkeeper/_intro.md
Normal file
3
src/cryptkeeper/_intro.md
Normal 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
1
src/guides/_intro.md
Normal file
@@ -0,0 +1 @@
|
||||
# Guides
|
||||
1
src/guides/integration/_intro.md
Normal file
1
src/guides/integration/_intro.md
Normal file
@@ -0,0 +1 @@
|
||||
# Integrations
|
||||
1
src/references/_intro.md
Normal file
1
src/references/_intro.md
Normal file
@@ -0,0 +1 @@
|
||||
# References
|
||||
@@ -1,2 +1 @@
|
||||
# 🤔 FAQ
|
||||
|
||||
|
||||
Reference in New Issue
Block a user