Skip to content

Commit 5844306

Browse files
authored
Merge pull request #221 from contentauth/rm-files-reorg
Reorg files and create durable-cr sub-dir
2 parents d8ac479 + e40e68d commit 5844306

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/durable-cr.md renamed to docs/durable-cr/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: durable-cr
2+
id: index
33
title: Durable Content Credentials
44
---
55

File renamed without changes.

docs/trustmark-faq.mdx renamed to docs/durable-cr/trustmark-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ hide_table_of_contents: true
4747
- [Is TrustMark compatible with blockchain technology?](#is-trustmark-compatible-with-blockchain-technology)
4848
- [Can TrustMark be used for NFT provenance?](#can-trustmark-be-used-for-nft-provenance)
4949

50-
import Faq from './trustmark/FAQ.md';
50+
import Faq from '../trustmark/FAQ.md';
5151

5252
<Faq name="faq" />
File renamed without changes.

sidebars.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,18 +298,18 @@ const sidebars = {
298298
{
299299
type: 'category',
300300
label: 'Durable Content Credentials',
301-
link: { type: 'doc', id: 'durable-cr' },
301+
link: { type: 'doc', id: 'durable-cr/index' },
302302
collapsed: true,
303303
items: [
304304
{
305305
type: 'doc',
306306
label: 'Watermarking and fingerprinting',
307-
id: 'sb-algs',
307+
id: 'durable-cr/sb-algs',
308308
},
309309
{
310310
type: 'category',
311311
label: 'TrustMark watermarking',
312-
link: { type: 'doc', id: 'trustmark-intro' },
312+
link: { type: 'doc', id: 'durable-cr/trustmark-intro' },
313313
collapsed: true,
314314
items: [
315315
{
@@ -344,7 +344,7 @@ const sidebars = {
344344
},
345345
{
346346
type: 'doc',
347-
id: 'tm-faq',
347+
id: 'durable-cr/tm-faq',
348348
label: 'FAQ',
349349
},
350350
{

0 commit comments

Comments
 (0)