From db54c1f1efc037e9cc73053a5832b764247c3bf5 Mon Sep 17 00:00:00 2001 From: josh crites Date: Thu, 26 Oct 2023 08:57:52 -0400 Subject: [PATCH] fix: Fix docusaurus yellow paper build (#3063) Please provide a paragraph or two giving a summary of the change, including relevant motivation and context. # Checklist: Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge. - [ ] If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag. - [ ] I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code. - [ ] Every change is related to the PR description. - [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist). --- yellow-paper/docs/intro.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/yellow-paper/docs/intro.md b/yellow-paper/docs/intro.md index 8e9e682243a..8e493650a66 100644 --- a/yellow-paper/docs/intro.md +++ b/yellow-paper/docs/intro.md @@ -36,7 +36,6 @@ Provide links to discourse (if applicable), so that people can get context on pr Flag any requirements that are not-yet being met by the protocol described within this doc. Discuss what we've considered (or link to a discourse discussion). - # ToC Names of 'owners' are in brackets (they don't necessarily need to write the sections). @@ -44,7 +43,7 @@ Names of 'owners' are in brackets (they don't necessarily need to write the sect The draft subsections are mere suggestions (and serve as a helpful reminder of topics). The actual layout can be adjusted. - Abstract [Mike] -- High-level overview [Mike] +- High-level overview [Mike] - Constants [all] - Cryptography [Dont do yet] @@ -63,7 +62,7 @@ The draft subsections are mere suggestions (and serve as a helpful reminder of t - Addresses & Keys [Palla/Mike] - Requirements - Addresses - + - Initiating an upgrade--> - Circuits - + - High-level topology [David/Leila?] - Private Circuits [David/Leila?] - General features a private circuit must adhere-to.