Brent MacKinnon
|
90d070739b
|
reverting utilities name change
|
2023-08-31 13:49:06 -03:00 |
Brent MacKinnon
|
a32b98b14d
|
adjusting naming and info architecture of docs
|
2023-08-30 16:37:25 -03:00 |
Corey McKrill
|
1640ebaa66
|
Docs: Add a simple debugging guide and an in-depth doc about using the logger (#39917)
|
2023-08-29 15:08:14 -07:00 |
Corey McKrill
|
7a0eb0f492
|
Update debugging link for using the logger
|
2023-08-29 14:05:23 -07:00 |
Corey McKrill
|
eba89fff61
|
Docs: Add "Getting started with the REST API" (#39859)
* Docs: Add "Getting started with the REST API"
Migrated from:
* https://github.com/woocommerce/woocommerce/wiki/Getting-started-with-the-REST-API
* https://woocommerce.com/document/woocommerce-rest-api/
* Update broken link
* Remove unnecessary line
|
2023-08-29 11:23:00 +01:00 |
Corey McKrill
|
fa850ca038
|
Completed first draft of debugging and logging docs
|
2023-08-25 14:08:10 -07:00 |
Corey McKrill
|
17fec62a0b
|
Scaffold new debugging and logging docs
|
2023-08-24 12:42:38 -07:00 |
Niels Lange
|
67d50f551a
|
Update README.md
|
2023-08-23 22:45:50 +02:00 |
Niels Lange
|
a0281cad23
|
Merge branch 'trunk' into docs/add-or-modify-states
|
2023-08-23 22:42:39 +02:00 |
Niels Lange
|
23246d49b6
|
Merge branch 'trunk' into docs/add-a-country
|
2023-08-23 22:07:57 +02:00 |
Matt Sherman
|
77e468bb31
|
Add link to Min/Max Quantities extension
|
2023-08-23 15:08:30 -04:00 |
Matt Sherman
|
f7babfbdd2
|
Add snippet to adjust the quantity input values
|
2023-08-23 15:08:26 -04:00 |
Niels Lange
|
1b85b89bc0
|
Merge branch 'trunk' into docs/add-or-modify-states
|
2023-08-23 15:21:19 +02:00 |
Niels Lange
|
3687869508
|
Merge branch 'trunk' into docs/add-a-country
|
2023-08-23 15:20:54 +02:00 |
Niels Lange
|
61da6cb7fa
|
Merge branch 'trunk' into docs/rename-a-country
|
2023-08-23 15:19:53 +02:00 |
Niels Lange
|
3237e2135f
|
Merge branch 'trunk' into docs/change-a-currency-symbol
|
2023-08-23 14:01:20 +02:00 |
Niels Lange
|
5a74f2a31b
|
Add code snippet to add a currency and symbol (#39851)
|
2023-08-23 13:49:13 +02:00 |
Niels Lange
|
4b082cec17
|
Update docs/snippets/add-or-modify-states.md
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
|
2023-08-23 12:55:33 +02:00 |
Niels Lange
|
6aabbd75d5
|
Remove developer note
|
2023-08-23 12:55:06 +02:00 |
Niels Lange
|
d3413420e1
|
Remove developer note
|
2023-08-23 12:53:58 +02:00 |
Niels Lange
|
e743621c63
|
Update docs/snippets/add-a-country.md
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
|
2023-08-23 12:52:19 +02:00 |
Niels Lange
|
a387e6840a
|
Update rename-a-country.md
|
2023-08-23 12:48:03 +02:00 |
Niels Lange
|
e39e15d202
|
Update docs/snippets/rename-a-country.md
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
|
2023-08-23 12:46:29 +02:00 |
Niels Lange
|
e6eadd9cca
|
Update docs/snippets/rename-a-country.md
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
|
2023-08-23 12:45:38 +02:00 |
Niels Lange
|
9d93263650
|
Update change-a-currency-symbol.md
|
2023-08-23 12:43:24 +02:00 |
Niels Lange
|
b03db0bee4
|
Update docs/snippets/change-a-currency-symbol.md
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
|
2023-08-23 12:40:46 +02:00 |
Niels Lange
|
718ab9c74e
|
Update docs/snippets/change-a-currency-symbol.md
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
|
2023-08-23 12:37:27 +02:00 |
Corey McKrill
|
f497e18141
|
Docs: Add doc for CRUD objects (#39702)
|
2023-08-22 13:16:55 -07:00 |
Corey McKrill
|
e6c5d1be3e
|
Various wording and grammar tweaks
|
2023-08-22 12:31:14 -07:00 |
Corey McKrill
|
f6df363683
|
Docs: Add doc for CRUD objects
Combines the following two older versions of this doc:
* https://github.com/woocommerce/woocommerce/wiki/CRUD-Objects-in-3.0
* https://woocommerce.com/document/developing-using-woocommerce-crud-objects/
|
2023-08-22 12:31:14 -07:00 |
Corey McKrill
|
4ac5f24c7e
|
Markdown linting fix
|
2023-08-22 12:15:58 -07:00 |
Corey McKrill
|
76174c4f03
|
Specify language for fenced code blocks
|
2023-08-22 12:01:15 -07:00 |
Corey McKrill
|
4f89b0f307
|
Docs: Add doc for Data stores
Moves the following Wiki doc into our docs folder and makes some minor
wording and grammatical tweaks:
* https://github.com/woocommerce/woocommerce/wiki/Data-Stores
|
2023-08-22 11:43:51 -07:00 |
Brent MacKinnon
|
072396d07b
|
Create extension-developer-handbook.md
|
2023-08-22 13:15:03 -03:00 |
Niels Lange
|
082a88fa96
|
Add a currency and symbol
|
2023-08-22 16:54:20 +02:00 |
Niels Lange
|
7803b6e165
|
Update rename-a-country.md
|
2023-08-22 16:11:37 +02:00 |
Niels Lange
|
769ef9e36a
|
Update add-or-modify-states.md
|
2023-08-22 16:10:21 +02:00 |
Niels Lange
|
9a81c5e0e8
|
Update add-a-country.md
|
2023-08-22 16:09:57 +02:00 |
Niels Lange
|
b1f3596903
|
Add a country
|
2023-08-22 16:04:28 +02:00 |
Niels Lange
|
86cc946848
|
Update add-or-modify-states.md
|
2023-08-22 16:01:29 +02:00 |
Niels Lange
|
3ae66b6803
|
Update add-or-modify-states.md
|
2023-08-22 15:58:12 +02:00 |
Niels Lange
|
d8074c91b1
|
Add or modify states
|
2023-08-22 15:51:48 +02:00 |
Niels Lange
|
04224dd7e4
|
Update change-a-currency-symbol.md
|
2023-08-22 15:48:40 +02:00 |
Niels Lange
|
0b48931d11
|
Change a currency symbol
|
2023-08-22 14:54:17 +02:00 |
Niels Lange
|
cd654d5378
|
Add code snippet to rename a country
|
2023-08-22 14:36:43 +02:00 |
Brent MacKinnon
|
787a7d88f8
|
Update docs/README.md
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
|
2023-08-21 16:06:36 -03:00 |
Brent MacKinnon
|
6b87c1f7a0
|
Update docs/README.md
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
|
2023-08-21 16:06:24 -03:00 |
Brent MacKinnon
|
0a3f5744ab
|
Update HPOS.md
|
2023-08-18 16:05:23 -03:00 |
Brent MacKinnon
|
9665a3618e
|
adjusting name of tutorial doc
|
2023-08-18 16:04:23 -03:00 |
Brent MacKinnon
|
453a6ab550
|
removing QIT for now
|
2023-08-18 15:56:53 -03:00 |