Commit f6996df
authored
Merge pull request #149 from threshold-network/split-api-docs-to-multiple-files
Split contracts API doc into multiple files
Having all the contracts documented in one common file turned out to be hard to
render by the GitBook. We're switching to documenting each contract file in
a separate Markdown file.
As the generated files will be much smaller now and GitBook has its own file
ON THIS PAGE section, we don't need to generate Table of Contents. The one thing
that we also change as part of this PR is rsyncDelete setting - we'll have it
set to true, in order to delete documentation of contracts which get removed
from the repo. As we're not working directly on a main branch, this isn't
dangerous (we'll see all the deletions in the PR diff).
As part of this PR we also unify the naming convention for the YAML files - we
want to use .yml everywhere. With .yaml used in contracts-docs workflow, the
filter job was misconfigured.File tree
4 files changed
+4
-1
lines changed- .github/workflows
4 files changed
+4
-1
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments