Commit 2ced40f
add sitemap to repository (#8)
* add sitemap to repository
* fixed lint
* changes as per comments
* access hostname in appconfig in sitemxl.ts
* lint fix
* fixed dependencies sitemap
* update hostname
* lintfix
* fix lint by going to null option
* baseUrl has protocol and website name only
* added '/docs-toolkit' to url writen onto sitemap
* add prefix to nuxt schema and run prepare
* define prefix in app.config.ts
* use prefix via appconfig into url in sitemap
* filter out terms: used suggestion from review
* lint fix
* Update nuxt.schema.ts
add JSDoc to show type of prefix is string
Co-authored-by: Nikolai Dorofeev <[email protected]>
* Update server/routes/sitemap.xml.ts
filter out draft pages
Co-authored-by: Nikolai Dorofeev <[email protected]>
* install UFO
* replace + with joinURL()
* update JSDoc for sitemap.baseUrl
* lint fix
* Apply suggestions from code review
Co-authored-by: Nikolai Dorofeev <[email protected]>
* removed +
* type check
* lint fix
* pre render sitemap.xml
* lint fix
* Update server/routes/sitemap.xml.ts
removed unneeded comment
Co-authored-by: Nikolai Dorofeev <[email protected]>
* removed prefix, updated sitemap
---------
Co-authored-by: Nikolai Dorofeev <[email protected]>1 parent e8d7234 commit 2ced40f
File tree
5 files changed
+126
-8
lines changed- server/routes
5 files changed
+126
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments