Skip to content

Commit

Permalink
chore: remove TOC line
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin authored and ctrlc03 committed Dec 12, 2023
1 parent 121b1cb commit 83d8d56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/src/scripts/setupSolidityDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ copyDirectory(sourceDir, solidityDocDir);
let content = "# Solidity NatSpec Documentation\n\nThis directory provides autogenerated ";
content += "documentation for the [MACI v1.x smart contracts](/docs/contracts/) and interfaces ";
content += "based on the [NatSpec Format](https://docs.soliditylang.org/en/latest/natspec-format.html) ";
content += "for Solidity contracts.\n\n## MACI contracts and interfaces\n";
content += "[TOC of contracts, linking to pages]\n\n";
content += "for Solidity contracts.\n\n## MACI contracts and interfaces\n\n";
content += generateMarkdownLinks(solidityDocDir, "solidity-docs");

// save the content to index.md
Expand Down

0 comments on commit 83d8d56

Please sign in to comment.