Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(server/api): fix mistakes/links/typos inside links.json
Browse files Browse the repository at this point in the history
fix(server/api): fix mistakes/links/typos inside links.json
  • Loading branch information
Metnew committed Nov 7, 2017
1 parent aef1075 commit 1749e54
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions src/server/api/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]

0 comments on commit 1749e54

Please sign in to comment.