Shahed Nasser
b0ebfd6bcf
docs: added dividers + see also section ( #2899 )
2022-12-26 15:52:08 +02:00
Shahed Nasser
b0e5769e27
docs: added a feedback component in quickstart guides ( #2894 )
...
* docs: added a feedback component in quickstart guides
* docs: added feedback to admin docs
2022-12-23 16:54:18 +02:00
Shahed Nasser
7227c1539b
docs: added a note about using Yarn for installation ( #2778 )
...
* docs: added a note about yarn being faster
* docs: fixed env variable used in admin deployment guide
* docs: fixed the use of noReport with npm2yarn
2022-12-13 11:52:55 +02:00
Caleb Rogers
6b51dd0168
docs: update environment variable used in admin's deploy guides ( #2748 )
...
* docs: Update netlify deploy readme for clarity
It was unlcear why "Gatsby" was mentioned in the env name for the server URL. Also, the code shows precedence given to `MEDUSA_BACKEND_URL` now:
```
__MEDUSA_BACKEND_URL__: JSON.stringify(
env.MEDUSA_BACKEND_URL ||
// Backwards-compat with Gatsby.
env.GATSBY_MEDUSA_BACKEND_URL ||
env.GATSBY_STORE_URL ||
""
),
```
Therefore, this should be indicated in the documentation.
* Update docs/content/deployments/admin/deploying-on-netlify.md
* Update deploying-on-netlify.md
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2022-12-13 10:16:01 +02:00
Caleb Rogers
9021037397
docs: use correct publish directory for netlify deploy ( #2741 )
...
* Use correct publish directory for netlify deploy
Netlify automatically sets the Publish directory as "dist," but the netlify admin app's `build` command outputs files to `public`.
* Update docs/content/deployments/admin/deploying-on-netlify.md
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
* Netlify CLI instructions updated to match UI
* Update docs/content/deployments/admin/deploying-on-netlify.md
* Update docs/content/deployments/admin/deploying-on-netlify.md
* Update deploying-on-netlify.md
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2022-12-13 10:12:58 +02:00
Shahed Nasser
a57177ded5
docs: redesigned code blocks ( #2745 )
...
* docs: redesigned code blocks to include titles
* docs: added a title where necessary
2022-12-08 18:52:54 +02:00
Shahed Nasser
9e7e8c6d51
docs: migrated images to cloudinary from imgur ( #2569 )
2022-11-09 16:30:41 +02:00
Shahed Nasser
c0639ef708
docs: added code blocks without headers ( #2560 )
2022-11-07 17:36:51 +02:00
Shahed Nasser
76a16aa131
docs: redesigned documentation ( #2539 )
...
* docs: redesigned navigation bar (#2478 )
* docs: redesigned homepage (#2480 )
* docs: redesigned homepage
* fixed link
* docs: redesigned notes (#2491 )
* docs: Applied Typography redesign rules (#2516 )
* changes to typography
* small changes and fixes
* docs: redesigned table of content (#2518 )
* redesigning toc
* finalized table of content design
* docs: redesigned code blocks (#2519 )
* docs: redesigned code blocks
* removed unused package
* docs: redesigned survey and content footer (#2522 )
* fixes to inline code
* redesigned doc footer
* docs: redesigned footer (#2523 )
* docs: changed dark mode colors (#2524 )
* docs: redesigned sidebar (#2535 )
* docs: redesigned search modal (#2537 )
* docs: resolved loose ends (#2538 )
* added spacing for tabs
* docs: added no-zoom class for deploy images
* fix to tooltip design for inline code
2022-11-03 18:59:46 +02:00
Shahed Nasser
a23ecf4724
docs: removed emojis ( #2394 )
2022-10-10 13:43:36 +03:00
Shahed Nasser
6adaf56c73
docs: integrate Vale for documentation linting ( #2242 )
...
* added value rules
* resolved errors raised by vale
* added github action
* fixes to github action
* added details in contribution guidelines
* added rule for numbers
* limited checks to errors
2022-09-22 13:12:09 +03:00
Shahed Nasser
ef84b104e6
docs: update heroku's documentation ( #1881 )
2022-07-20 12:24:59 +03:00
Shahed Nasser
8c727f91f4
docs: added deploy to netlify button for admin ( #1865 )
...
* added deploy to netlify button
* chore: fix docs test error (#1866 )
* added deploy to netlify button
2022-07-18 15:48:32 +03:00
Shahed Nasser
109afa45c1
docs: improve Deploy Admin to Netlify documentation ( #1757 )
...
* changes to deployment pages structure
* fix sidebar links
* added button to quickstart
* comment out button
* comment out button
* added note
* small fixes
* small fixes
2022-06-30 18:27:01 +03:00