Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: community-resources
title: Community resources
---

The Content Authenticity Initiative has an active and growing community of developers collaborating on the ecosystem of open-source tools and libraries for working with digital content provenance creation and validation.
The Content Authenticity Initiative has an active and growing community of developers collaborating on the ecosystem of open-source for content provenance creation and validation.

## GitHub

Expand Down
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const config = {
onBrokenLinks: 'warn',
onBrokenAnchors: 'log',
markdown: {
mermaid: true,
hooks: {
onBrokenMarkdownLinks: 'warn',
},
Expand Down Expand Up @@ -205,7 +206,7 @@ const config = {
contextualSearch: true,
},
}),
themes: ['docusaurus-json-schema-plugin'],
themes: ['docusaurus-json-schema-plugin', '@docusaurus/theme-mermaid'],
};

module.exports = config;
Loading