Shahed Nasser
d1b4b11ff6
chore(docs): added eslint to lint documentation code blocks ( #2920 )
...
* docs: added rule for code length
* chore: fixes based on vale errors
* changed to use eslint
* fixes using eslint
* added github action for documentation eslint
* changed allowed max-length
* fixed incorrect heading level
* removed comment
2022-12-30 18:44:46 +02:00
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
4ddbde3594
docs: changed postgres plan using in heroku docs ( #2827 )
2022-12-19 10:53:27 +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
663e262cc4
docs: added deploy to railway docs ( #2697 )
2022-11-29 19:16:18 +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
f79698838c
docs: changed heroku based on their plan changes ( #2441 )
2022-10-13 17:57:44 +03: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
acd73a7e6a
docs: fixes to the digitalocean documentation ( #1975 )
2022-08-03 11:00:19 +03:00
Shahed Nasser
668a269eb7
docs: improved contentful documentation ( #1891 )
2022-07-22 13:03:25 +03:00
Shahed Nasser
b9995cf2a7
docs: added missing link ( #1890 )
2022-07-21 16:21:41 +03:00
Shahed Nasser
b2602fa9ed
docs: improved digitalocean docs ( #1889 )
2022-07-21 15:22:29 +03:00
Shahed Nasser
ef84b104e6
docs: update heroku's documentation ( #1881 )
2022-07-20 12:24:59 +03:00
Shahed Nasser
f623a85c5d
docs: improved qovery documentation ( #1875 )
...
* improved qovery guide
* added cli reference link
2022-07-19 18:14:55 +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
371682b4f7
docs: added deploy to netlify buttons to Gatsby guides ( #1810 )
2022-07-06 17:38:51 +03:00
Shahed Nasser
2dc8936f69
docs: update README ( #1786 )
...
- Updated README
- Added "Deploy to Heroku" button in the documentation.
2022-07-05 10:48:40 +00:00
Shahed Nasser
835327b378
docs: improved documentation for gatsby deploy ( #1758 )
2022-06-30 20:29:28 +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