File tree Expand file tree Collapse file tree 5 files changed +27
-0
lines changed Expand file tree Collapse file tree 5 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 38
38
"enable_io_beta_cta" : true ,
39
39
"enable_hvd_on_preview_branch" : false ,
40
40
"unified_docs_migrated_repos" : [
41
+ " terraform-migrate" ,
41
42
" terraform-plugin-framework" ,
42
43
" terraform-plugin-log" ,
43
44
" terraform-plugin-mux" ,
Original file line number Diff line number Diff line change 11
11
},
12
12
"flags" : {
13
13
"unified_docs_migrated_repos" : [
14
+ " terraform-migrate" ,
14
15
" terraform-plugin-framework" ,
15
16
" terraform-plugin-log" ,
16
17
" terraform-plugin-mux" ,
Original file line number Diff line number Diff line change 11
11
},
12
12
"flags" : {
13
13
"unified_docs_migrated_repos" : [
14
+ " terraform-migrate" ,
14
15
" terraform-plugin-framework" ,
15
16
" terraform-plugin-log" ,
16
17
" terraform-plugin-mux" ,
Original file line number Diff line number Diff line change 22
22
" internals" ,
23
23
" intro" ,
24
24
" language" ,
25
+ " migrate" ,
25
26
" plugin" ,
26
27
" plugin/framework" ,
27
28
" plugin/log" ,
38
39
" cli" ,
39
40
" cloud-docs" ,
40
41
" enterprise" ,
42
+ " migrate" ,
41
43
" cdktf" ,
42
44
{
43
45
"icon" : " provider" ,
150
152
"name" : " Registry Publishing" ,
151
153
"path" : " registry" ,
152
154
"productSlugForLoader" : " terraform-docs-common"
155
+ },
156
+ {
157
+ "iconName" : " docs" ,
158
+ "name" : " Terraform Migrate" ,
159
+ "path" : " migrate" ,
160
+ "productSlugForLoader" : " terraform-migrate"
153
161
}
154
162
]
155
163
}
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+
6
+ import DocsView from 'views/docs-view'
7
+ import { getRootDocsPathGenerationFunctions } from 'views/docs-view/utils/get-root-docs-path-generation-functions'
8
+
9
+ const { getStaticPaths, getStaticProps } = getRootDocsPathGenerationFunctions (
10
+ 'terraform' ,
11
+ 'migrate' ,
12
+ { projectName : 'Terraform Migrate' }
13
+ )
14
+
15
+ export { getStaticProps , getStaticPaths }
16
+ export default DocsView
You can’t perform that action at this time.
0 commit comments