Repository of the documentation page of the trustlines-network clientlib Javascript library. It uses react-docs to render the documentaion of the Typescript project trustlines-network/clientlib.
yarn install
yarn dev
yarn build
yarn clean
yarn lint
yarn deploy
All text files are .md
s in the /md folder. You can modify existing documenation text in the individual files.
To add a new .md
file, you need to add your new files to ts/docs.tsx
:
- Link newly created
md
file by definingconst
afterimport * as v0TypeDocJson from './json/x.x.x.json';
- Add new sections in
const docSections = {
- Define the order of the added sections in
const docsInfoConfig: DocsInfoConfig = {
- Add ... after
sectionNameToMarkdown: {
- Define the heading for the new section in
sectionNameToModulePath: {
- Add ... after
typeNameToDocSection: {