mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
Rewrite install.md and create verify-cli.md (#124)
* Rewrite install.md and create verify-cli * Small beautification * Address review comment * Shorten examples.md * Quick brush over examples * Fix broken links in v2.0 * Fix broken links in v2.0 * fix lint errors Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
This commit is contained in:
parent
55af5695ed
commit
ebb8d7ca96
19 changed files with 165 additions and 78 deletions
|
@ -112,7 +112,8 @@ async function createConfig() {
|
|||
},
|
||||
announcementBar: {
|
||||
content:
|
||||
'⭐️ If you like Constellation, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/edgelesssys/constellation">GitHub</a>! ⭐️',
|
||||
'If you like Constellation, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/edgelesssys/constellation">GitHub</a> ⭐️',
|
||||
backgroundColor: '#E7E6E6'
|
||||
},
|
||||
footer: {
|
||||
style: 'dark',
|
||||
|
@ -174,7 +175,7 @@ async function createConfig() {
|
|||
],
|
||||
},
|
||||
],
|
||||
copyright: `Copyright © ${new Date().getFullYear()} Edgeless Systems. Built with Docusaurus.`,
|
||||
copyright: `Copyright © ${new Date().getFullYear()} Edgeless Systems`,
|
||||
},
|
||||
prism: {
|
||||
theme: lightCodeTheme,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue