File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 8
8
.docusaurus
9
9
.cache-loader
10
10
/docs /js-sdk /api
11
- /docs /c2patool
11
+ /docs /c2patool /* .md
12
+ /docs /c2patool /docs /* .md
12
13
/docs /c2pa-node /* .md
14
+ /docs /c2pa-node /docs /* .md
13
15
/docs /c2pa-python /* .md
16
+ /docs /c2pa-python /docs /* .md
14
17
/docs /c2pa-c /* .md
15
- /docs /rust-sdk
18
+ /docs /c2pa-c /docs /* .md
19
+ /docs /rust-sdk /* .md
20
+ /docs /rust-sdk /docs /* .md
16
21
/docs /** /readme.md
17
22
18
23
# Misc
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ const readmes = [
26
26
path : 'README.md' ,
27
27
} ,
28
28
{
29
- dest : resolve ( __dirname , '../docs/c2patool/manifest.md' ) ,
29
+ dest : resolve ( __dirname , '../docs/c2patool/docs/ manifest.md' ) ,
30
30
repo : 'contentauth/c2patool' ,
31
31
path : 'docs/manifest.md' ,
32
32
} ,
33
33
{
34
- dest : resolve ( __dirname , '../docs/c2patool/x_509.md' ) ,
34
+ dest : resolve ( __dirname , '../docs/c2patool/docs/ x_509.md' ) ,
35
35
repo : 'contentauth/c2patool' ,
36
36
path : 'docs/x_509.md' ,
37
37
} ,
38
38
{
39
- dest : resolve ( __dirname , '../docs/c2patool/release-notes.md' ) ,
39
+ dest : resolve ( __dirname , '../docs/c2patool/docs/ release-notes.md' ) ,
40
40
repo : 'contentauth/c2patool' ,
41
41
path : 'docs/release-notes.md' ,
42
42
} ,
You can’t perform that action at this time.
0 commit comments