mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 01:05:58 +02:00
main page markdown content added
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
3398a87093
commit
6ef875f51f
@@ -19,6 +19,13 @@ module.exports = {
|
||||
path: `${__dirname}/src/images`,
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-source-filesystem`,
|
||||
options: {
|
||||
name: `site`,
|
||||
path: `${__dirname}/src/content/site`,
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-source-filesystem`,
|
||||
options: {
|
||||
|
||||
Generated
+2
@@ -1785,6 +1785,7 @@
|
||||
"version": "0.60.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.60.2.tgz",
|
||||
"integrity": "sha512-K4+/etirpv52xu24xAc++OdhbD0VQEt0Kq0h6dZrLU82OlA+I7BhpKF3JBvx9tbmrFaZDxhHp8N4TEvRYS4fdQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/react": "*"
|
||||
@@ -1803,6 +1804,7 @@
|
||||
"version": "4.1.18",
|
||||
"resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-4.1.18.tgz",
|
||||
"integrity": "sha512-VrHkgvjbxQXOw0xWSUckusUUZ4y/jqN1u7kF29ngh0oE6uOrlZHleTgqeUqylQqHQIeQ8MxFb50BRHy8ju5DHg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/react": "*",
|
||||
"@types/react-native": "*",
|
||||
|
||||
+1
-1
@@ -5,7 +5,6 @@
|
||||
"version": "0.1.0",
|
||||
"author": "TPH",
|
||||
"dependencies": {
|
||||
"@types/styled-components": "^4.1.18",
|
||||
"axios": "^0.19.0",
|
||||
"babel-plugin-styled-components": "^1.10.6",
|
||||
"gatsby": "^2.13.39",
|
||||
@@ -40,6 +39,7 @@
|
||||
"@types/react-dom": "^16.8.5",
|
||||
"@types/react-helmet": "^5.0.8",
|
||||
"@types/react-treeview": "^0.4.2",
|
||||
"@types/styled-components": "^4.1.18",
|
||||
"prettier": "^1.18.2",
|
||||
"@graphql-codegen/typescript": "1.4.0",
|
||||
"@graphql-codegen/typescript-operations": "1.4.0",
|
||||
|
||||
@@ -8,6 +8,7 @@ recommended_reading:
|
||||
- javascript/callbacks
|
||||
- javascript/es6/arrow-functions
|
||||
---
|
||||
|
||||
# A Promise to Keep
|
||||
|
||||
A `Promise` in Javascript represents an action that has already started, but one that will be
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
---
|
||||
path: /
|
||||
---
|
||||
# The Programmers Hangout
|
||||
|
||||
The Programmer's Hangout (TPH) is a Discord community of programmers with members of
|
||||
@@ -5,8 +8,8 @@ all skill levels. If you're interested in programming, you're welcome here regar
|
||||
of how much experience you have. You'll find that we're always learning here regardless
|
||||
of expertise.
|
||||
|
||||
# How do I join?
|
||||
## How do I join?
|
||||
|
||||
All you need to do is click!
|
||||
|
||||
<!-- Insert link here later -->
|
||||
|
||||
Reference in New Issue
Block a user