File tree Expand file tree Collapse file tree 6 files changed +43
-22
lines changed Expand file tree Collapse file tree 6 files changed +43
-22
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Page Not Found
3
+ description : " Page not found."
4
+ summary : The requested CockroachDB documentation page was not found.
5
+ sitemap : false
6
+ search : exclude
7
+ related_pages : none
8
+ toc : false
9
+ docs_area : 404
10
+ ---
11
+
12
+
13
+ {%comment%}
14
+ <script type="text/javascript">
15
+ var GOOG_FIXURL_LANG = 'en';
16
+ var GOOG_FIXURL_SITE = '{{ site.url }}'
17
+ </script>
18
+ <script type="text/javascript"
19
+ src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
20
+ </script>
21
+ {%endcomment%}
Original file line number Diff line number Diff line change 1
-
2
1
baseurl : /docs
2
+ current_cloud_version : v25.3
3
+ destination : _site/docs
4
+ homepage_title : CockroachDB Docs
3
5
versions :
4
6
stable : v25.3
5
7
dev : v25.3
6
-
7
- # Config updated at 2025-09-09 16:20:40.148520
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ homepage: true
7
7
contribute : false
8
8
main_homepage : true
9
9
docs_area : home
10
- ---
10
+ ---
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " cockroachdb-docs" ,
3
- "version" : " 2.0.0" ,
4
- "devDependencies" : {
5
- "@netlify/plugin-lighthouse" : " ^4.0.7" ,
6
- "jest" : " ^26" ,
7
- "jest-cli" : " ^26"
8
- },
9
- "dependencies" : {
10
- "@netlify/edge-functions" : " ^2.10.0" ,
11
- "front-matter" : " ^4.0.2" ,
12
- "redoc-cli" : " ^0.11.4" ,
13
- "snippet-enricher-cli" : " ^0.0.8" ,
14
- "swagger2openapi" : " ^7.0.5" ,
15
- "yaml" : " ^1.10.2"
16
- }
17
- }
2
+ "name" : " cockroachdb-docs" ,
3
+ "version" : " 2.0.0" ,
4
+ "devDependencies" : {
5
+ "@netlify/plugin-lighthouse" : " ^4.0.7" ,
6
+ "jest" : " ^26" ,
7
+ "jest-cli" : " ^26"
8
+ },
9
+ "dependencies" : {
10
+ "@netlify/edge-functions" : " ^2.10.0" ,
11
+ "front-matter" : " ^4.0.2" ,
12
+ "redoc-cli" : " ^0.11.4" ,
13
+ "snippet-enricher-cli" : " ^0.0.8" ,
14
+ "swagger2openapi" : " ^7.0.5" ,
15
+ "yaml" : " ^1.10.2"
16
+ }
17
+ }
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ if [[ $? != 0 ]]; then
44
44
exit 1
45
45
fi
46
46
47
- echo " Build completed successfully."
47
+ echo " Build completed successfully."
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ sed -i '' -E 's/"..\/gssapi_authentication.html/"{% link {{ page.version.version
24
24
25
25
sed -i ' ' -E ' s/"..\/sql-audit-logging.html/"{% link {{ page.version.version }}\/sql-audit-logging.md %}/g' v23.1/security-reference/security-overview.md
26
26
sed -i ' ' -E ' s/"..\/demo-fault-tolerance-and-recovery.html/"{% link {{ page.version.version }}\/demo-fault-tolerance-and-recovery.md %}/g' v23.1/security-reference/security-overview.md
27
- sed -i ' ' -E ' s/"..\/demo-fault-tolerance-and-recovery.html/"{% link {{ page.version.version }}\/demo-fault-tolerance-and-recovery.md %}/g' v23.1/security-reference/security-overview.md
27
+ sed -i ' ' -E ' s/"..\/demo-fault-tolerance-and-recovery.html/"{% link {{ page.version.version }}\/demo-fault-tolerance-and-recovery.md %}/g' v23.1/security-reference/security-overview.md
You can’t perform that action at this time.
0 commit comments