File tree Expand file tree Collapse file tree 7 files changed +18
-7
lines changed Expand file tree Collapse file tree 7 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -146,3 +146,4 @@ yarn-debug.log*
146
146
yarn-error.log *
147
147
148
148
.idea /
149
+ CNAME
Original file line number Diff line number Diff line change
1
+ User-agent: *
2
+ Disallow: /CNAME
3
+ Disallow: /opensearch.xml
4
+ Disallow: /.nojekyll
5
+ Sitemap: https://docs-redux.melpadden.com/sitemap.xml
6
+ # Algolia-Crawler-Verif: 47EC0D9A31F6D517
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ yarn clear
2
3
cp ./env/development.env ./.env
3
- cp ./env/development.CNAME ./CNAME
4
+ cat ./algolia.env >> ./.env
5
+ cp ./env/development.robots.txt ./static/robots.txt
4
6
docusaurus build
7
+ cp ./env/development.CNAME ./build/CNAME
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- cp ./env/production.env ./.env
3
- cp ./env/production.CNAME ./CNAME
2
+ yarn clear
3
+ cp ./env/staging.env ./.env
4
+ cat ./algolia.env >> ./.env
5
+ cp ./env/staging.robots.txt ./static/robots.txt
4
6
docusaurus build
7
+ cp ./env/staging.CNAME ./build/CNAME
Original file line number Diff line number Diff line change 2
2
yarn clear
3
3
cp ./env/staging.env ./.env
4
4
cat ./algolia.env >> ./.env
5
- # cp ./env/staging.CNAME ./CNAME
6
5
cp ./env/staging.robots.txt ./static/robots.txt
7
6
docusaurus build
8
7
cp ./env/staging.CNAME ./build/CNAME
9
- # cp ./env/staging.robots.txt ./build/robots.txt
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ User-agent: *
2
2
Disallow: /CNAME
3
3
Disallow: /opensearch.xml
4
4
Disallow: /.nojekyll
5
- Sitemap: https://casper-devrel.github.io/ docs-redux/sitemap.xml
6
- # Algolia-Crawler-Verif: CE382CF3AA18FA59
5
+ Sitemap: https://docs-redux.melpadden.com /sitemap.xml
6
+ # Algolia-Crawler-Verif: 47EC0D9A31F6D517
You can’t perform that action at this time.
0 commit comments