Skip to content

Commit 9f95c4a

Browse files
committed
Clenaup
1 parent 19ab4b7 commit 9f95c4a

18 files changed

+233
-132
lines changed

source/mainnet/docs/protocol/concepts-baker.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,3 @@ Next steps
240240
- You need to :ref:`add a validator <add-baker-mw>` to the account you created. Import the validator keys to your node.
241241
- You can then :ref:`update validator settings <update-baker-mw>` as needed to manage your validator.
242242

243-
.. toctree::
244-
:hidden:
245-
:maxdepth: 2
246-
247-
../guides/baker-pool
248-
../mobile-wallet/add-baker-mw
249-
../mobile-wallet/update-baker-mw
250-
../guides/baker-windows
251-
../nodes/baker-macos
252-
../nodes/baker-ubuntu
253-
../nodes/baker-docker
254-
../guides/become-baker

source/mainnet/docs/protocol/concepts-delegation.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,3 @@ To earn rewards, a CCD holder can either delegate to passive delegation, to a st
6565

6666
See the :ref:`Delegation FAQ<delegation-faq>` for answers to the most frequently asked questions.
6767

68-
.. toctree::
69-
:hidden:
70-
:maxdepth: 1
71-
72-
../guides/add-delegation
73-
../guides/update-delegation
74-
../guides/remove-delegation

source/mainnet/docs/protocol/id-accounts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Identity issuance requires *Identity Verification*, which is the process of veri
5656

5757
Upon verification of the user's identification documents and attributes, the Identity provider issues a :term:`user identity certificate`. The User identity certificate contains attributes about the user. It is basically the Identity Provider’s signature over some cryptographic keys of the user and the validated personal attributes.
5858

59-
.. image:: ../images/concepts/identity-creation.png
59+
.. image:: ./images/identity-creation.png
6060
:alt: graphic drawing showing how the user interacts with the identity provider
6161

6262
.. Note::

source/mainnet/docs/smart-contracts/guides/build-contract.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. include:: ../../variables.rst
1+
.. include:: ../../../variables.rst
22
.. _build-contract:
33

44
==============================
@@ -105,7 +105,6 @@ To ease deployment and initialization, you can use the `Smart contract deploy an
105105
fallback-entrypoints
106106
upgradeable-contract
107107
json-params
108-
migrate-contracts
109108
factory-pattern
110109
unit-test-contract
111110
development

source/mainnet/docs/smart-contracts/guides/factory-pattern.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The factory constructs a new instance of the ``product`` smart contract, invokin
6969
``init_product`` constructor.
7070
Finally, a reference to the new product instance is returned.
7171

72-
.. image:: images/ideal-factory.svg
72+
.. image:: ./images/ideal-factory.svg
7373
:alt: sequence diagram showing the idealized interaction for the factory pattern
7474

7575

source/mainnet/docs/smart-contracts/guides/setup-tools.rst

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)