Skip to content
Merged
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/manifest/json-ref/builder-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Builder reference
hide_table_of_contents: true
---

:::danger Warning
:::note
This is a beta release of this reference. It is a work in progress and may have issues or errors.
:::

Expand Down
4 changes: 2 additions & 2 deletions docs/manifest/json-ref/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
id: index
title: JSON manifest reference
title: SDK object reference
hide_table_of_contents: true
---

:::danger Warning
:::note
This is a beta release of these references. It is a work in progress and may have issues or errors.
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/manifest/json-ref/manifest-def.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: ManifestDefinition reference
hide_table_of_contents: true
---

:::danger Warning
:::note
This is a beta release of this reference. It is a work in progress and may have issues or errors.
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/manifest/json-ref/reader-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Reader reference
hide_table_of_contents: true
---

:::danger Warning
:::note
This is a beta release of this reference. It is a work in progress and may have issues or errors.
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/manifest/json-ref/settings-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Settings reference
hide_table_of_contents: true
---

:::danger Warning
:::note
This is a beta release of this reference. It is a work in progress and may have issues or errors.
:::

Expand Down
24 changes: 6 additions & 18 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,29 +130,11 @@ const config = {
metadata: [
// { property: 'twitter:card', content: 'summary_large_image' },
{ property: 'og:card', content: 'summary_large_image' },
/*
{
property: 'twitter:image',
content:
'https://opensource.contentauthenticity.org/img/open-source@2x.png?v=1',
},
{
property: 'twitter:description',
content:
'Integrate secure provenance signals into your site, app, or service using open-source tools developed by the Content Authenticity Initiative.',
},
*/
{
property: 'og:description',
content:
'Integrate secure provenance signals into your site, app, or service using open-source tools developed by the Content Authenticity Initiative.',
},
/*
{
property: 'twitter:title',
content: 'Open-source tools for content authenticity and provenance',
},
*/
{
property: 'og:title',
content: 'Open-source tools for content authenticity and provenance',
Expand All @@ -163,6 +145,12 @@ const config = {
colorMode: {
disableSwitch: true,
},
docs: {
sidebar: {
hideable: true,
autoCollapseCategories: true,
},
},
navbar: {
logo: {
alt: 'Content Authenticity Initiative',
Expand Down
56 changes: 28 additions & 28 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,34 +68,6 @@ const sidebars = {
},
],
},
{
type: 'category',
label: 'JSON manifest reference',
link: { type: 'doc', id: 'manifest/json-ref/index' },
collapsed: true,
items: [
{
type: 'doc',
id: 'manifest/json-ref/reader-schema',
label: 'Reader',
},
{
type: 'doc',
id: 'manifest/json-ref/builder-schema',
label: 'Builder',
},
{
type: 'doc',
id: 'manifest/json-ref/manifest-definition-schema',
label: 'ManifestDefinition',
},
{
type: 'doc',
id: 'manifest/json-ref/settings-schema',
label: 'Settings',
},
],
},
{
type: 'doc',
id: 'manifest/manifest-examples',
Expand Down Expand Up @@ -229,6 +201,34 @@ const sidebars = {
},
],
},
{
type: 'category',
label: 'SDK object reference',
link: { type: 'doc', id: 'manifest/json-ref/index' },
collapsed: true,
items: [
{
type: 'doc',
id: 'manifest/json-ref/reader-schema',
label: 'Reader',
},
{
type: 'doc',
id: 'manifest/json-ref/builder-schema',
label: 'Builder',
},
{
type: 'doc',
id: 'manifest/json-ref/manifest-definition-schema',
label: 'ManifestDefinition',
},
{
type: 'doc',
id: 'manifest/json-ref/settings-schema',
label: 'Settings',
},
],
},
{
type: 'category',
label: 'Python library',
Expand Down