Commit Graph
51 Commits
Author SHA1 Message Date
Jean-Philippe Sirois b133eccdb3 chore(deps): bump @types/ramda to 0.26.22 2019-09-23 17:57:01 -04:00
Jean-Philippe Sirois a4f916d4b1 chore(deps): bump @graphql-codegen/typescript-react-apollo to 1.7.0 2019-09-23 17:56:27 -04:00
Jean-Philippe Sirois bafc2cead5 chore(deps): bump @graphql-codegen/typescript-operations to 1.7.0 2019-09-23 17:55:51 -04:00
Jean-Philippe Sirois 3666025699 chore(deps): bump @graphql-codegen/typescript to 1.7.0 2019-09-23 17:55:03 -04:00
Jean-Philippe Sirois 4b74c9b21b chore(deps): bump @graphql-codegen/cli to 1.7.0 2019-09-23 17:54:18 -04:00
Jean-Philippe Sirois e572796f0a chore(deps): bump typescript to 3.6.3 2019-09-23 17:53:29 -04:00
Jean-Philippe Sirois dc247d87ea chore(deps): bump styled-components to 4.4.0 2019-09-23 17:52:45 -04:00
Jean-Philippe Sirois 20f77faa39 chore(deps): bump gatsby-transformer-sharp to 2.2.16 2019-09-23 17:51:57 -04:00
Jean-Philippe Sirois a1b75f8c34 chore(deps): bump gatsby-transformer-remark to 2.6.24 2019-09-23 17:51:04 -04:00
Jean-Philippe Sirois 75cfa8a7bf chore(deps): bump gatsby-source-filesystem to 2.1.26 2019-09-23 17:50:15 -04:00
Jean-Philippe Sirois 1aa160b18d chore(deps): bump gatsby-plugin-typescript to 2.1.9 2019-09-23 17:49:27 -04:00
Jean-Philippe Sirois 1213d4722c chore(deps): bump gatsby-plugin-styled-components to 3.1.6 2019-09-23 17:48:44 -04:00
Jean-Philippe Sirois b9757baf78 chore(deps): bump gatsby-plugin-sharp to 2.2.25 2019-09-23 17:48:04 -04:00
Jean-Philippe Sirois 6ec16ffdfa chore(deps): bump gatsby-plugin-react-svg to 2.1.2 2019-09-23 17:47:16 -04:00
Jean-Philippe Sirois e4b0ac0106 chore(deps): bump gatsby-plugin-react-helmet to 3.1.8 2019-09-23 17:46:34 -04:00
Jean-Philippe Sirois c5a2da7663 chore(deps): bump gatsby-plugin-offline to 3.0.8 2019-09-23 17:45:50 -04:00
Jean-Philippe Sirois affce459e8 chore(deps): bump gatsby-plugin-mdx to 1.0.43 2019-09-23 17:45:09 -04:00
Jean-Philippe Sirois df2e4a0624 chore(deps): bump gatsby-plugin-manifest to 2.2.18 2019-09-23 17:44:26 -04:00
Jean-Philippe Sirois b68e683bcc chore(deps): bump gatsby-plugin-layout to 1.1.8 2019-09-23 17:43:38 -04:00
Jean-Philippe Sirois aed6a470a3 chore(deps): bump gatsby-image to 2.2.20 2019-09-23 17:42:58 -04:00
Jean-Philippe Sirois 7f46398771 chore(deps): bump gatsby to 2.15.21 2019-09-23 17:42:18 -04:00
Jean-Philippe Sirois 2db7bfa7a0 chore(deps): bump react to 16.9.0 2019-09-23 17:40:00 -04:00
Jean-Philippe Sirois 5f76447e05 feat: implement dark mode 2019-09-14 15:47:10 -04:00
Jean-Philippe Sirois 0af9faf322 feat: set up new homepage using new branding 2019-08-23 17:00:15 -04:00
Jean-Philippe Sirois 4e43178448 chore: set up tslint 2019-08-18 23:57:17 -04:00
Aiden 769a114fb5 feat: add article anchors (#62)
* feat: add article anchors
2019-08-16 21:13:56 -04:00
Jean-Philippe Sirois 00762a722e chore(deps): bump @types/react to 16.8.24 2019-08-05 14:39:06 -04:00
Jean-Philippe Sirois 7232fff18e chore(deps): bump gatsby-transformer-sharp to 2.2.5 2019-08-05 14:38:20 -04:00
Jean-Philippe Sirois be5cab4945 chore(deps): bump gatsby-transformer-remark to 2.6.10 2019-08-05 14:37:37 -04:00
Jean-Philippe Sirois efd2d83899 chore(deps): bump gatsby-source-filesystem to 2.1.8 2019-08-05 14:36:55 -04:00
Jean-Philippe Sirois a9e1b53d40 chore(deps): bump gatsby-plugin-react-helmet to 3.1.3 2019-08-05 14:35:56 -04:00
Jean-Philippe Sirois cc465efc5f chore(deps): bump gatsby-plugin-prefetch-google-fonts to 1.4.3 2019-08-05 14:35:15 -04:00
Jean-Philippe Sirois 952970587b chore(deps): bump gatsby-plugin-mdx to 1.0.22 2019-08-05 14:34:27 -04:00
Jean-Philippe Sirois 4784c7b115 chore(deps): bump gatsby-image to 2.2.8 2019-08-05 14:33:38 -04:00
Jean-Philippe Sirois bc6b63259f chore(deps): bump gatsby to 2.13.51 2019-08-05 14:32:49 -04:00
Xetera 569146446e added client side syntax highlighting
added client side syntax highlighting

removed unnecessary packages
2019-08-01 06:18:25 -04:00
Jean-Philippe Sirois 9d783afe87 feat: persist layout state across pages 2019-07-30 20:24:19 -04:00
Jean-Philippe Sirois 0055dc00f7 refact: remove react-treeview dependency, rework resource sidebar 2019-07-30 18:10:41 -04:00
Jean-Philippe Sirois 2ff1a406ef chore(deps): remove extraneous deps 2019-07-29 15:04:11 -04:00
Jean-Philippe Sirois 2195e0c138 refact: extract index.sass to styled-components 2019-07-29 14:44:36 -04:00
Jean-Philippe Sirois cc9dc391a9 feat: import/prefetch Google fonts 2019-07-29 14:12:08 -04:00
Xetera 1b6525f4b4 added user-fetching functionality on build 2019-07-29 04:12:04 -04:00
Jean-Philippe Sirois 7b8740f5e0 feat: bootstrap docs layout & sidebar 2019-07-27 15:52:25 -04:00
Xetera 6ef875f51f main page markdown content added 2019-07-27 15:52:25 -04:00
Xetera 378bb7d4db added treeview dependency 2019-07-27 15:52:25 -04:00
Xetera 80f91b5dc1 typescript type generations from graphql 2019-07-27 15:52:25 -04:00
Jean-Philippe Sirois 7b5d085b9e ui: prepare base layout 2019-07-27 15:52:25 -04:00
supergrecko d2f9ffc2a3 Add types for react and tsconfig 2019-07-27 01:09:07 +02:00
Xetera 69fc1a3dbd cleaned up structure, added styled components 2019-07-26 15:27:27 -07:00
Xetera 36f4e41e16 stupid prismjs 2019-07-26 14:37:31 -07:00