remove under-construction warnings from finished pages

This commit is contained in:
a 2022-11-27 23:32:37 -06:00
parent 89d88d5ad0
commit 40d04a8915
7 changed files with 0 additions and 28 deletions

View File

@ -7,10 +7,6 @@ menu:
parent: dev
---
{{< hint style="danger" >}}
This page is under construction.
{{< /hint >}}
### Code structure {#structure}
The following overview should not be seen as complete or authoritative, but as a rough guidance to help you find your way in the application.

View File

@ -7,10 +7,6 @@ menu:
parent: dev
---
{{< hint style="warning" >}}
This page is under construction.
{{< /hint >}}
Mastodon is a Ruby on Rails application with a React.js front-end. It follows standard practices of those frameworks, so if you are already familiar with Rails or React.js, you will not find any surprises here.
The best way of working with Mastodon in a development environment is installing all the dependencies on your system, rather than using Docker or Vagrant. You need Ruby, Node.js, PostgreSQL and Redis, which is a pretty standard set of dependencies for Rails applications.

View File

@ -16,10 +16,6 @@ aliases: [
]
---
{{< hint style="danger" >}}
This page is under construction.
{{< /hint >}}
## Example
```json

View File

@ -16,10 +16,6 @@ aliases: [
#TableOfContents ul ul ul {display: none}
</style>
{{< hint style="danger" >}}
This page is under construction.
{{< /hint >}}
## List all blocked domains {#get}
```http

View File

@ -16,10 +16,6 @@ aliases: [
#TableOfContents ul ul ul {display: none}
</style>
{{< hint style="danger" >}}
This page is under construction.
{{< /hint >}}
## List all blocked email domains {#get}
```http

View File

@ -16,10 +16,6 @@ aliases: [
#TableOfContents ul ul ul {display: none}
</style>
{{< hint style="danger" >}}
This page is under construction.
{{< /hint >}}
## List all IP blocks {#get}
```http

View File

@ -14,10 +14,6 @@ aliases: [
]
---
{{<hint style="warning">}}
This page is under construction.
{{</hint>}}
## Server-side (v2) methods {#v2}
Since Mastodon 3.6, filters can contain multiple keywords and are matched server-side. Clients apply the filter action based on [the status's `filtered` attribute]({{< relref "entities/Status#filtered" >}}).