mirror of
https://github.com/CryptKeeperZK/Docs.git
synced 2026-01-07 20:03:57 -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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: Setup mdBook
|
||||||
uses: peaceiris/actions-mdbook@v1
|
uses: peaceiris/actions-mdbook@v1
|
||||||
with:
|
with:
|
||||||
@@ -39,6 +33,7 @@ jobs:
|
|||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Build with mdBook
|
- name: Build with mdBook
|
||||||
run: mdbook build
|
run: mdbook build
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -4,3 +4,6 @@ language = "en"
|
|||||||
multilingual = false
|
multilingual = false
|
||||||
src = "src"
|
src = "src"
|
||||||
title = "CryptKeeper Documentation"
|
title = "CryptKeeper Documentation"
|
||||||
|
|
||||||
|
[build]
|
||||||
|
create-missing = true
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
# Summary
|
# Summary
|
||||||
|
|
||||||
- [Cryptkeeper](#)
|
- [Cryptkeeper](cryptkeeper/_intro.md)
|
||||||
- [Features](cryptkeeper/features.md)
|
- [Features](cryptkeeper/features.md)
|
||||||
- [Overview](cryptkeeper/overview.md)
|
- [Overview](cryptkeeper/overview.md)
|
||||||
- [Guides](#)
|
- [Guides](guides/_intro.md)
|
||||||
- [Contributing](guides/contributing.md)
|
- [Contributing](guides/contributing.md)
|
||||||
- [Integration](#)
|
- [Integration](guides/integration/_intro.md)
|
||||||
- [Connect to Extension](guides/integration/connect-to-extension.md)
|
- [Connect to Extension](guides/integration/connect-to-extension.md)
|
||||||
- [Create Identity](guides/integration/create-identity.md)
|
- [Create Identity](guides/integration/create-identity.md)
|
||||||
- [Generate Proof](guides/integration/generate-proof.md)
|
- [Generate Proof](guides/integration/generate-proof.md)
|
||||||
- [Inject Client](guides/integration/inject-client.md)
|
- [Inject Client](guides/integration/inject-client.md)
|
||||||
- [Zkitter Examples](guides/integration/zkitter-examples.md)
|
- [Zkitter Examples](guides/integration/zkitter-examples.md)
|
||||||
- [References](#)
|
- [References](references/_intro.md)
|
||||||
- [Faq](references/faq.md)
|
- [Faq](references/faq.md)
|
||||||
- [Terms](references/terms.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
|
# 🤔 FAQ
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user