-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docsy] Add About page to hold funding + disclaimer
Signed-off-by: Patrice Chalin <[email protected]>
- Loading branch information
Showing
5 changed files
with
68 additions
and
27 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: About in-toto | ||
linkTitle: About | ||
menu: { main: { weight: 10 } } | ||
--- | ||
|
||
{{% blocks/cover title="About in-toto" height="auto" %}} | ||
|
||
{{% /blocks/cover %}} | ||
|
||
{{% blocks/section color="white" %}} | ||
|
||
{{% param whatIsInToto %}} | ||
|
||
To learn more, see [What is in-toto](/docs/what-is-in-toto/) and | ||
[System overview](/docs/overview/). | ||
|
||
## Governance | ||
|
||
The in-toto project is managed by the [Linux Foundation] under the [Cloud Native | ||
Computing Foundation][CNCF]. Contributors and maintainers are governed by the [CNCF | ||
Community Code of Conduct][CoC]. For details, see [Governance]. | ||
|
||
## Funding | ||
|
||
{{% param funding %}} | ||
|
||
[CNCF]: https://cncf.io | ||
[CoC]: https://github.com/cncf/foundation/blob/master/code-of-conduct.md | ||
[Governance]: https://github.com/in-toto/community/blob/main/GOVERNANCE.md | ||
[Linux Foundation]: https://www.linuxfoundation.org | ||
|
||
{{% /blocks/section %}} |
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
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