chore: reorganize docs apps (#7228)

* reorganize docs apps

* add README

* fix directory

* add condition for old docs
This commit is contained in:
Shahed Nasser
2024-05-03 17:36:38 +03:00
committed by GitHub
parent 224ebb2154
commit 4fe28f5a95
6187 changed files with 601447 additions and 598226 deletions
+2 -1
View File
@@ -2,8 +2,9 @@ extends: existence
message: "Avoid using first person (such as '%s')"
link: https://medusajs.notion.site/Style-Guide-Docs-fad86dd1c5f84b48b145e959f36628e0#9f0dc7c440b841d3bfcb006df12c2652
ignorecase: true
level: error
level: warning
nonword: true
scope: sentence
tokens:
- (?:^|\s)I\s
- (?:^|\s)I,\s
@@ -1,13 +0,0 @@
extends: existence
message: "Don't use end punctuation in headings."
link: https://medusajs.notion.site/Style-Guide-Docs-fad86dd1c5f84b48b145e959f36628e0#a5043fc5f8bc4b0b84f3ba494f817e42
nonword: true
level: warning
scope: heading
action:
name: edit
params:
- remove
- '.?!'
tokens:
- '[a-z][.?!](?:\s|$)'
+8 -2
View File
@@ -4,7 +4,13 @@ level: error
ignorecase: false
tokens:
- the [a-z]\w+ [mM]odule
- the \w+ module
- the [A-Z]\w+ module
exceptions:
- the custom module
- the commerce module
- the commerce module
- the transpiled module
- the main module
- the same module
- the other module
- the referencing module
- the link module
+3 -1
View File
@@ -7,4 +7,6 @@ tokens:
- we
- we'(?:ve|re)
- us
- let's
- let's
exceptions:
- US
+6
View File
@@ -0,0 +1,6 @@
extends: existence
message: "Consider removing or replacing %s with something else."
level: warning
ignorecase: true
tokens:
- 'you can'