aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/development/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-12 18:55:45 +0100
committerChocobozzz <me@florianbigard.com>2018-01-12 18:55:45 +0100
commitafe817679974cec47f5bea1699cee3fe58cd5ada (patch)
tree1134780b1dc24191d0f8a66e3ff8f206e1ca2d36 /support/doc/development/client
parent63bfad7ec984dad1e9a96de1f191db5cc78db5bf (diff)
downloadPeerTube-afe817679974cec47f5bea1699cee3fe58cd5ada.tar.gz
PeerTube-afe817679974cec47f5bea1699cee3fe58cd5ada.tar.zst
PeerTube-afe817679974cec47f5bea1699cee3fe58cd5ada.zip
Some markdown fixes
Diffstat (limited to 'support/doc/development/client')
-rw-r--r--support/doc/development/client/code.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/development/client/code.md b/support/doc/development/client/code.md
index 749783c29..f84c7b998 100644
--- a/support/doc/development/client/code.md
+++ b/support/doc/development/client/code.md
@@ -17,7 +17,7 @@ The client is a HTML/CSS/JavaScript web application (single page application ->
17## Files 17## Files
18 18
19The client files are in the `client` directory. The Webpack 2 configurations files are in `client/config` and the source files in `client/src`. 19The client files are in the `client` directory. The Webpack 2 configurations files are in `client/config` and the source files in `client/src`.
20The client modules description are in the [client/package.json](https://github.com/Chocobozzz/PeerTube/blob/master/client/package.json). There are many modules that are used to compile the web application in development or production mode. 20The client modules description are in the [client/package.json](/client/package.json). There are many modules that are used to compile the web application in development or production mode.
21Here is the description of the useful `client` files directory: 21Here is the description of the useful `client` files directory:
22 22
23 tslint.json -> TypeScript linter rules 23 tslint.json -> TypeScript linter rules
@@ -60,7 +60,7 @@ If you are not familiar with Angular I recommend you to read the [quickstart gui
60 60
61## Components tree 61## Components tree
62 62
63![Components tree](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/client/components-tree.png) 63![Components tree](/support/doc/client/development/components-tree.png)
64 64
65## Newcomers 65## Newcomers
66 66