mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
docs: "``js" -> "
``json" in Markdown of some json blocks
This commit is contained in:
parent
3cedf474e5
commit
e9fb63f426
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ The API is accessible via HTTP. HTTP Requests are in the format /api/$APIVERSION
|
||||||
### Response Format
|
### Response Format
|
||||||
Responses are valid JSON in the following format:
|
Responses are valid JSON in the following format:
|
||||||
|
|
||||||
```js
|
```json
|
||||||
{
|
{
|
||||||
"code": number,
|
"code": number,
|
||||||
"message": string,
|
"message": string,
|
||||||
|
|
|
@ -50,7 +50,7 @@ There are server hooks, which will be executed on the server (e.g. `expressCreat
|
||||||
### Parts
|
### Parts
|
||||||
As your plugins become more and more complex, you will find yourself in the need to manage dependencies between plugins. E.g. you want the hooks of a certain plugin to be executed before (or after) yours. You can also manage these dependencies in your plugin definition file `ep.json`:
|
As your plugins become more and more complex, you will find yourself in the need to manage dependencies between plugins. E.g. you want the hooks of a certain plugin to be executed before (or after) yours. You can also manage these dependencies in your plugin definition file `ep.json`:
|
||||||
|
|
||||||
```javascript
|
```json
|
||||||
{
|
{
|
||||||
"parts": [
|
"parts": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue