Skip to content
Merged
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
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
]

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.md', '.devcontainer', 'scripts', 'img/dev/gifs/README.md']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.md', '.devcontainer', 'scripts', 'img/dev/gifs/README.md', 'docs/other']

# The master toctree document.
master_doc = 'index'
Expand Down
5 changes: 0 additions & 5 deletions docs/explanations/credits.md

This file was deleted.

49 changes: 0 additions & 49 deletions docs/intro/quickstart.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/intro/what-is-dash-platform.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## What is Dash Platform
# What is Dash Platform

Dash Platform is a [Web3](https://en.wikipedia.org/wiki/Web3) technology stack for building decentralized applications on the Dash network. The two main architectural components, [Drive](explanation-drive) and [DAPI](explanation-dapi), turn the Dash P2P network into a cloud that developers can integrate with their applications.

Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions docs/reference/debugging.md

This file was deleted.

Empty file.
Empty file.
24 changes: 0 additions & 24 deletions docs/resources/github-repositories.md

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file removed docs/resources/testnet-status.md
Empty file.
2 changes: 1 addition & 1 deletion docs/tutorials/identities-and-names/retrieve-a-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In this tutorial we will retrieve the name created in the [Register a Name for an Identity tutorial](tutorial-register-a-name-for-an-identity). Additional details regarding identities can be found in the [Identity description](explanation-identity).

### Prerequisites
## Prerequisites
- [General prerequisites](tutorials-introduction#prerequisites) (Node.js / Dash SDK installed)

## Code
Expand Down