X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdevelopment%2Fclient%2Fcode.md;h=f84c7b9983ce7312fe58a35ca819c0b8ca0ca13e;hb=94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4;hp=749783c290b8421ae4c8d0bed2041860002a795f;hpb=63bfad7ec984dad1e9a96de1f191db5cc78db5bf;p=github%2FChocobozzz%2FPeerTube.git 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 -> ## Files The client files are in the `client` directory. The Webpack 2 configurations files are in `client/config` and the source files in `client/src`. -The 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. +The 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. Here is the description of the useful `client` files directory: tslint.json -> TypeScript linter rules @@ -60,7 +60,7 @@ If you are not familiar with Angular I recommend you to read the [quickstart gui ## Components tree -![Components tree](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/client/components-tree.png) +![Components tree](/support/doc/client/development/components-tree.png) ## Newcomers