Archived
1
0
Commit Graph

13 Commits

Author SHA1 Message Date
Joe Previte
71a127a62b
refactor: update prettier and doctoc (#5605)
* docs: add toc to CODE OF CONDUCT

* chore: add prettier ignore blocks to docs

* chore: update styles for Dockerfile

* refactor: separate prettier, doctoc

This does a couple things:
- update `.prettierignore`
- split `prettier` and `doctoc` commands. you can still run with `yarn
  fmt`
- delete `fmt.sh` and add `doctoc.sh`

By doing so, we can run tasks in parallel in CI and we should also have
less false positives than before with `yarn fmt` locally.

* refactor: update prettier job, add doctoc

This modifies the prettier job to use actionsx/prettier. It also adds a
job for `doctoc`.

* chore: upgrade to prettier 2.7.1

* chore: pin doctoc to 2.0.0

* fixup!: add .pc to prettierignore

* feat: add --cache to prettier cmd
2022-10-13 22:16:55 +00:00
LG
10f57bac65
docs: Update some more links (#4806)
* Update links in package.json

I will try checking the docs too

* docs: Update links in triage.md

* docs: Update links in npm.md

* docs: Update links in whatever files that have `cdr`

* Replace globally, thanks @bpmct!

* fix: coderer instead of coder
I should've used all three toggles in the Search/Replace tab in the GItHub.dev editor.

* Code Formatting
2022-02-01 09:45:19 -07:00
Simon Elsbrock
47f0b6f4fa
docs(ipad): fix link to ios-ipad related issues (#4651)
Co-authored-by: Joe Previte <jjprevite@gmail.com>
2021-12-28 12:45:28 -07:00
Ben Potter
876d0275b3
iPad docs: add copy & paste known issue 2021-09-29 15:04:51 -07:00
Ben Potter
ee04915d12
add newline (whoops) 2021-09-23 14:45:09 +00:00
Ben Potter
e58b072f24
add focus bug 2021-09-23 14:42:30 +00:00
Ben Potter
b27e1d8dd4
doctoc/format 2021-09-23 14:31:12 +00:00
Ben Potter
8156fc040a
mention terminal text 2021-09-23 14:21:37 +00:00
Ben Potter
80f3884e0f
update trackpad scripping 2021-09-23 14:19:51 +00:00
Ben Potter
4229e95a7d
remove closed issue 2021-09-23 14:17:58 +00:00
Ben Potter
e0a1220126
move self-signed cert guide to bottom 2021-09-23 14:17:25 +00:00
Katie Horne
66b6590e36 refactor(docs): clean up and restructure 2021-07-12 14:03:09 -05:00
Joe Previte
4756257207
refactor: rename doc to docs 2021-02-03 09:46:35 -07:00