Commit Graph

19 Commits

Author SHA1 Message Date
Michael Smith 3f21cb8a2f
fix: update API code to use Axios instances (#13029)
* fix: update API code to use Axios instance

* docs: fix typo

* fix: update all global axios imports to use Coder instance

* fix: remove needless import

* fix: update import order

* refactor: rename coderAxiosInstance to axiosInstance

* docs: update variable reference in FE contributing docs
2024-04-24 17:01:23 +00:00
Bruno Quaresma d74e7ca20f
docs: update FE fetching data docs (#11376) 2024-01-03 12:27:33 +00:00
Bruno Quaresma e4d7b0b664
docs: update FE guide (#10942) 2023-11-29 17:27:36 +00:00
Bruno Quaresma 90b6e86555
chore(site): remove xstate (#10659) 2023-11-14 18:34:38 +00:00
Mathias Fredriksson e71c53d4d0
chore(site): add remote playwright support and script (#10445) 2023-11-09 13:26:26 +02:00
Michael Smith c7218b40c9
docs: update frontend contribution docs (#10028)
* docs: update frontend contribution docs

* fix: update docs formatting
2023-10-04 08:11:07 -04:00
Kayla Washburn 988c9af015
chore: format code with semicolons when using prettier (#9555) 2023-09-06 12:59:26 -06:00
Muhammad Atif Ali d37f6d80f7
chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
Kyle Carberry 22e781eced
chore: add /v2 to import module path (#9072)
* chore: add /v2 to import module path

go mod requires semantic versioning with versions greater than 1.x

This was a mechanical update by running:
```
go install github.com/marwan-at-work/mod/cmd/mod@latest
mod upgrade
```

Migrate generated files to import /v2

* Fix gen
2023-08-18 18:55:43 +00:00
Bruno Quaresma c5d4a4d85d
docs: update FE stack (#9112) 2023-08-15 16:03:14 +00:00
Bruno Quaresma 12f87cb98d
refactor(site): Show update notification as snackbar (#7546) 2023-05-17 13:56:26 -03:00
Ben Potter 3931a6c7bc
fix: accurate list of experiments in docs (#7449) 2023-05-08 14:58:07 +00:00
Bruno Quaresma e3768495e4
docs: Add more info about slow tests in the FE (#6584) 2023-03-14 06:54:17 -07:00
Bruno Quaresma 54bbed8c3c
chore: Fix default password and add more docs about scripts/develop.sh (#6514) 2023-03-08 21:50:55 +00:00
Ben Potter 22cc6a3fb6
docs: feature stages (#6223) 2023-02-15 15:51:31 -06:00
Bruno Quaresma de66f0d540
docs: Add frontend guide (#5852) 2023-01-25 16:15:06 +00:00
Marcin Tojek cec667d309
fix: prettier misses docs directory (#5285)
* chore: keep admin/prometheus.md if make target fails

* Address PR comments

* Formatted

* fix: prettier misses docs

* make fmt

* More md files
2022-12-05 12:21:09 +01:00
Geoffrey Huntley cf999f3e28
docs(contributing): styleguide for authoring docs (#4355) 2022-10-10 23:33:25 +00:00
Ammar Bandukwala 82c4b80c67
Docs touchups (#2421)
* Make secrets docs louder

* docs: a bunch of small touchups
2022-06-16 17:47:10 +00:00