|
1 | 1 | const guidelines = {
|
2 | 2 | general: [
|
3 |
| - 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/index.md', |
4 |
| - 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/naming.md', |
5 |
| - ], |
6 |
| - media: [ |
7 |
| - 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/media.md', |
| 3 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/text-files.md', |
| 4 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/naming/index.md', |
| 5 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/naming/principles.md', |
| 6 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/naming/structure.md', |
| 7 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/naming/abbreviation.md', |
| 8 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/naming/consistency.md', |
8 | 9 | ],
|
9 | 10 | html: [
|
10 |
| - 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html.md', |
| 11 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html/style.md', |
| 12 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html/doctype.md', |
| 13 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html/meta.md', |
| 14 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html/links.md', |
| 15 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html/components.md', |
| 16 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html/elements.md', |
| 17 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html/ids.md', |
| 18 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html/accessibility.md', |
| 19 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html/interactions.md', |
11 | 20 | ],
|
12 | 21 | css: [
|
13 |
| - 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/css.md', |
| 22 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/css/builder.md', |
| 23 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/css/structure.md', |
| 24 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/css/ids.md', |
| 25 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/css/rules.md', |
| 26 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/css/selectors.md', |
| 27 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/css/order.md', |
| 28 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/css/variables.md', |
| 29 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/css/values.md', |
| 30 | + ], |
| 31 | + media: [ |
| 32 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/media/index.md', |
| 33 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/media/image.md', |
14 | 34 | ],
|
15 | 35 | js: [
|
16 |
| - 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js.md', |
| 36 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js/structure.md', |
| 37 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js/loading.md', |
| 38 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js/development.md', |
| 39 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js/interactions.md', |
| 40 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js/libraries.md', |
| 41 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js/no-style-attr.md', |
| 42 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js/performance.md', |
17 | 43 | ],
|
18 | 44 | 'web-components': [
|
19 |
| - 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/html.md', |
20 |
| - 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js.md', |
| 45 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js/development.md', |
| 46 | + 'https://raw.githubusercontent.com/d-zero-dev/frontend-guidelines/refs/heads/dev/src/js/libraries.md', |
21 | 47 | 'https://raw.githubusercontent.com/d-zero-dev/frontend-env/refs/heads/dev/packages/%40d-zero/custom-components/src/hamburger-menu.mdx',
|
22 | 48 | ],
|
23 | 49 | } as const;
|
|
0 commit comments