1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Commit Graph

20 Commits

Author SHA1 Message Date
Robert Sese
7c44c39799 Document use of ENABLED_LANGUAGES (#20991) 2021-08-19 23:19:01 +00:00
Kevin Heis
ae7b652463 Create a storybook with callout component (#20902)
* Create a storybook with callout component

* Add to dist/storybook

* Remove references to dist dir, storybook takes place

* Update Callout.stories.tsx

* Update Dockerfile

* Update Dockerfile
2021-08-17 20:28:59 +00:00
Lucas Costi
f90d9808aa Numbering fix (#20753) 2021-08-10 05:19:07 +00:00
Kevin Heis
eddadb875e LFS the Lunr Indexes (#20521)
* LFS the Lunr Indexes

* Add a note about installing Git LFS

* Run "install" command

* Update indexes

* Index names
2021-07-27 22:06:31 +00:00
Grace Park
8ba413cabc React Cleanup: Documentation (#20517)
* initial documentation changes

* editing layouts terminology

* update to match other files

* move javascripts to components/lib

* fix: dockerfile

* update based on Mikes updates to the javascripts directory

* update components/README.md

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
2021-07-27 09:07:18 -07:00
Felicity Chapman
e9e7d52177 Update the minimum version of Node to 14 (#19077) 2021-06-07 12:09:39 +00:00
James M. Greene
054f9abc73 Provide more clarity on development basic commands (#17423) 2021-01-21 13:42:38 -05:00
Sarah Schneider
af41e4ad05 update contributing docs 2021-01-15 11:56:10 -05:00
Vanessa Yuen
f44d5aa648 Add VS Code debugger config (#16819)
* add config for using vscode debugger

reference: https://github.com/Microsoft/vscode-recipes/tree/master/nodemon

* some docs

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2020-12-10 18:37:06 +00:00
Sarah Schneider
f71fcede1c Update contributing/development.md
Co-authored-by: Janice <janiceilene@github.com>
2020-11-18 15:16:53 -05:00
Sarah Schneider
4a2b39e478 remove extra newline 2020-11-17 18:26:41 -05:00
Sarah Schneider
aa4fcb0008 document the dev-toc 2020-11-17 18:22:27 -05:00
Janice
c3f3cf2147 Merge branch 'main' into codespaces 2020-11-09 15:51:01 -07:00
Olivier Jacques
5d20e7b0a2 Remove Codespaces screenshot 2020-11-09 00:16:24 +01:00
Olivier Jacques
758862a610 Remove codespaces.gif 2020-11-05 10:18:23 +01:00
Sarah Schneider
846278cad3 document npm run build step in development and troubleshooting guides 2020-11-02 09:09:02 -05:00
Olivier Jacques
70e6ced9ec Add codespaces capability to edit the docs 2020-10-21 17:24:58 +02:00
Jeff McAffer
e666d059f9 correct the version of node required (#215)
* correct the version of node required

* clarify Node.js 12 and 14 requirements and enviroments

* 12 or 14

Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
2020-10-08 12:28:31 -07:00
Zeke Sikelianos
b22914db59 Upgrade to Node.js 14 (#15822)
* set engines.node to >=12

* set engines.node to >=12

* Update node-versions.md

* update Node.js version in Actions workflows

* Update .node-version

* Update references to Node.js version from 12 to 14

* Update Dockerfile to use Node.js 14

* set engines.node to safe "12 - 14" range
2020-10-05 17:02:55 -07:00
Zeke Sikelianos
f298882078 add contributing/development.md (#15806)
* add contributing/development.md

* Update CONTRIBUTING.md

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>

* Update contributing/development.md

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>

* Update contributing/development.md

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>

* Update contributing/development.md

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>

* Update contributing/development.md

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>

* Update contributing/development.md

Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>

* Update contributing/development.md

Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>

* cross-link to various liquid docs

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
2020-10-01 11:27:27 -07:00