diff --git a/src/server/api/links.json b/src/server/api/links.json index a1f6b68e..69f1471f 100644 --- a/src/server/api/links.json +++ b/src/server/api/links.json @@ -2,45 +2,39 @@ { "link": "https://github.com/Metnew/tiny-universal-example", "icon": "github", - "header": "SSR + Webpack (in development)", + "header": "SSR + Webpack", "desc": - "Step by step guide with working example of server and client with hot-reloading and SSR with Webpack (in development)." + "Universal rendering + hot-reloading technique. README requires some update, but it's still actual." }, { - "link": "https://github.com/Metnew/suicrux/tree/master/docs", + "link": "https://github.com/Metnew/suicrux/tree/master/docs/testing.md", "icon": "bug", "header": "Testing", "desc": "How to test actions, reducers, components?" }, { - "link": "https://github.com/Metnew/suicrux/tree/master/docs", + "link": "https://github.com/Metnew/suicrux/tree/master/docs/SUI.md", "icon": "paint brush", "header": "Why semantic-ui-react?", - "desc": "Notes about SUI. Why SUIR is a good (or bad) choise." + "desc": "Notes about SUIR. Why SUIR is a good (or bad) choise." }, { - "link": "https://github.com/Metnew/suicrux/tree/master/docs", + "link": "https://github.com/Metnew/suicrux/tree/master/docs/i18n.md", "icon": "globe", - "header": "How i18n works?", + "header": "How does i18n work?", "desc": "How i18n is implemented and how to customize it." }, { - "link": "https://github.com/Metnew/suicrux/tree/master/docs", - "header": "How Webpack is configured?", + "link": "https://github.com/Metnew/suicrux/tree/master/docs/webpack.md", + "header": "Webpack configuration. [in progress]", "icon": "code", "desc": "Webpack configuration for server/client in production and development." }, { - "link": "https://github.com/Metnew/suicrux/tree/master/docs", + "link": "https://github.com/Metnew/suicrux/tree/master/docs/env_vars.md", "icon": "terminal", "header": "npm scripts and ENV vars", "desc": "Docs about every npm script and ENV variable." - }, - { - "link": "https://github.com/Metnew/suicrux/tree/master/docs", - "icon": "folder", - "header": "Folder structure", - "desc": "Why this folder structure and how to adapt it in own project." } ]