File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title : Consensus API Schema
3- description : Introduce Consensus core concepts
3+ description : Introduce Consensus API
44---
55
6- <img
7- src="/construction.png"
8- alt="Replicated nodes independently calling an external API"
9- class="consensus-diagram light"
10- /> <img
11- src="/constructiondark.png"
12- alt="Replicated nodes independently calling an external API"
13- class="consensus-diagram dark"
14- />
6+ This page defines all the routes available on the Consensus x402 Server.
7+
Original file line number Diff line number Diff line change 1414 --sl-color-bg-accent : # 000 ;
1515}
1616
17+ : root[data-theme = 'dark' ] {
18+ --sl-color-black : # 000 ;
19+ --sl-color-bg : # 000 ;
20+ --sl-color-bg-nav : # 000 ;
21+ --sl-color-bg-sidebar : # 000 ;
22+ }
23+
1724.consensus-diagram {
1825 width : 100% ;
1926 display : none;
You can’t perform that action at this time.
0 commit comments