This repository was archived by the owner on Nov 23, 2022. It is now read-only.
File tree 6 files changed +21
-15
lines changed
6 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"cSpell.words" : [
3
+ " docsearch" ,
3
4
" dstack" ,
4
5
" ipfs" ,
5
6
" libp2p"
Original file line number Diff line number Diff line change 18
18
npm-debug.log *
19
19
yarn-debug.log *
20
20
yarn-error.log *
21
+
22
+ # Docsearch
23
+ .env
Original file line number Diff line number Diff line change 35
35
},
36
36
"sitemap_alternate_links" : true ,
37
37
"sitemap_urls" : [
38
- " https://dstack.netlify.app /sitemap.xml"
38
+ " https://dstack.dev /sitemap.xml"
39
39
],
40
40
"start_urls" : [
41
- " https://dstack.netlify.app/ "
41
+ " https://dstack.dev "
42
42
],
43
43
"stop_urls" : [
44
- " https://dstack.netlify.app/blog "
44
+ " https://dstack.dev/cdn-cgi "
45
45
],
46
46
"strip_chars" : " .,;:#"
47
47
}
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ module.exports = {
52
52
themeConfig :
53
53
/** @type {import('@docusaurus/preset-classic').ThemeConfig } */
54
54
( {
55
- // algolia: {
56
- // apiKey: '6407ba8e951f3066d9d6761b7959174e ',
57
- // indexName: 'dstack',
58
- // appId: 'C0HURB3Q6E ',
59
- // contextualSearch: true,
60
- // },
55
+ algolia : {
56
+ apiKey : 'eab344c5c227a12cbb6b6edaecff07db ' ,
57
+ indexName : 'dstack' ,
58
+ appId : 'F0OSB2D3F0 ' ,
59
+ contextualSearch : true ,
60
+ } ,
61
61
gtag : {
62
62
trackingID : '3222457047' ,
63
63
anonymizeIP : true ,
Original file line number Diff line number Diff line change
1
+ APPLICATION_ID = YOUR_APP_ID
2
+ API_KEY = YOUR_API_KEY
Original file line number Diff line number Diff line change 26
26
"react-flow-renderer" : " ^9.7.3" ,
27
27
"url-loader" : " ^4.1.1"
28
28
},
29
+ "devDependencies" : {
30
+ "docusaurus-plugin-typedoc" : " ^0.16.5" ,
31
+ "typedoc" : " ^0.22.10" ,
32
+ "typedoc-plugin-markdown" : " ^3.11.7"
33
+ },
29
34
"name" : " docs" ,
30
35
"private" : true ,
31
36
"scripts" : {
40
45
"write-heading-ids" : " docusaurus write-heading-ids" ,
41
46
"write-translations" : " docusaurus write-translations"
42
47
},
43
- "version" : " 0.0.8" ,
44
- "devDependencies" : {
45
- "docusaurus-plugin-typedoc" : " ^0.16.5" ,
46
- "typedoc" : " ^0.22.10" ,
47
- "typedoc-plugin-markdown" : " ^3.11.7"
48
- }
48
+ "version" : " 0.0.8"
49
49
}
You can’t perform that action at this time.
0 commit comments