Skip to content

Commit 0535e0e

Browse files
Merge pull request 0xPolygon#383 from 0xPolygon/cdk/move-for-kurtosis
CDK: updating menu for kurtosis
2 parents bfa4430 + aa7c175 commit 0535e0e

File tree

4 files changed

+0
-99
lines changed

4 files changed

+0
-99
lines changed

docs/cdk/get-started/connect-testnet.md

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

docs/cdk/how-to/use-native-token.md

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

mkdocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@ nav:
5656
- Version compatibility matrix: cdk/version-matrix.md
5757
- Get started:
5858
- Quick start: '!import https://github.com/0xPolygon/kurtosis-cdk?branch=main'
59-
- Connect to CDK testnets: cdk/get-started/connect-testnet.md
60-
- How to:
6159
- Integrate a DAC: cdk/how-to/integrate-da.md
6260
- Migrate:
6361
- Fork migration: cdk/how-to/migrate/fork.md
64-
- Use a native token: cdk/how-to/use-native-token.md
6562
- Manage allowlists with policies: cdk/how-to/manage-policies.md
6663
- Quickly test a running stack: cdk/how-to/quick-test-stack.md
6764
- Architecture:

overrides/main.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
{% extends "base.html" %}
22

3-
{% block content %}
4-
{{ super() }}
5-
6-
{% if git_page_authors %}
7-
<div class="md-source-date">
8-
<small>
9-
Authors: {{ git_page_authors }}
10-
</small>
11-
</div>
12-
{% endif %}
13-
{% endblock %}
14-
153
{% block scripts %}
164
{{ super() }}
175

0 commit comments

Comments
 (0)