Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pydata-sphinx-theme = "*"
sphinx-sitemap = "*"
sphinxcontrib-video = "*"
sphinx-selective-exclude = "*"
sphinxcontrib-mermaid = "*"

[dev-packages]
doc8 = "*"
Expand Down
1,709 changes: 942 additions & 767 deletions Pipfile.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion source/mainnet/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"sphinxcontrib.video",
'sphinx_selective_exclude.eager_only',
'sphinx_selective_exclude.search_auto_exclude',
'sphinx_selective_exclude.modindex_exclude'
'sphinx_selective_exclude.modindex_exclude',
'sphinxcontrib.mermaid'
]

# sphinx-prompt must be the first of these two.
Expand Down
3 changes: 2 additions & 1 deletion source/mainnet/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Additional Resources
* :ref:`Smart Contract Best Practices <best-practices>` - Recommended practices for production-ready development

.. toctree::
:maxdepth: 1
:maxdepth: 2
:hidden:
:caption: Tutorials

Expand All @@ -98,6 +98,7 @@ Additional Resources
eSealing <./eSealing/index>
Sponsored Transactions <./sponsoredTransactions/index>
Smart Contract Upgrade <./smartContractUpgrade/index>
Verify & Access <verify-access/index>

.. toctree::
:maxdepth: 2
Expand Down
Loading
Loading