File tree 5 files changed +26
-30
lines changed
docs/reference/_advanced-concepts
docusaurus-plugin-content-docs
5 files changed +26
-30
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2023 The KCL Authors. All rights reserved.
2
- VERSION := $(shell cat VERSION)
3
-
4
- PROJECT_NAME = kcl-lang
5
-
6
- PWD: =$(shell pwd)
7
-
8
- BUILD_IMAGE: =kcllang/kcl-builder
1
+ # Copyright The KCL Authors. All rights reserved.
9
2
10
- # export DOCKER_DEFAULT_PLATFORM=linux/amd64
11
- # or
12
- # --platform linux/amd64
13
-
14
- RUN_IN_DOCKER: =docker run -it --rm
15
- RUN_IN_DOCKER+ =-v ~/.ssh:/root/.ssh
16
- RUN_IN_DOCKER+ =-v ${PWD}:/root/kcl
17
- RUN_IN_DOCKER+ =-w /root/kcl ${BUILD_IMAGE}
3
+ VERSION := $(shell cat VERSION)
18
4
19
5
.PHONY : run
20
6
run :
48
34
translations :
49
35
npm run docusaurus write-translations
50
36
51
- # ----------------
52
- # Docker
53
- # ----------------
54
-
55
- .PHONY : sh-in-docker
56
- sh-in-docker :
57
- ${RUN_IN_DOCKER} bash
58
-
59
37
tag :
60
38
git tag v${VERSION}
61
39
git push origin v${VERSION}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 541
541
},
542
542
"Subscribe" : {
543
543
"message" : " Subscribe"
544
+ },
545
+ "KCL is an open-source constraint-based record & functional language mainly used in configuration and policy scenarios." : {
546
+ "message" : " KCL is an open-source constraint-based record & functional language mainly used in configuration and policy scenarios."
547
+ },
548
+ "cmfcmf/d-s-l.searchBar.placeholder" : {
549
+ "message" : " Search..." ,
550
+ "description" : " Placeholder shown in the searchbar"
551
+ },
552
+ "cmfcmf/d-s-l.searchBar.clearButtonTitle" : {
553
+ "message" : " Clear" ,
554
+ "description" : " Title of the button to clear the current search input"
555
+ },
556
+ "cmfcmf/d-s-l.searchBar.detachedCancelButtonText" : {
557
+ "message" : " Cancel" ,
558
+ "description" : " Text of the button to close the detached search window"
559
+ },
560
+ "cmfcmf/d-s-l.searchBar.submitButtonTitle" : {
561
+ "message" : " Submit" ,
562
+ "description" : " Title of the button to submit a new search"
563
+ },
564
+ "cmfcmf/d-s-l.searchBar.noResults" : {
565
+ "message" : " No results found." ,
566
+ "description" : " message shown if no results are found"
544
567
}
545
568
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"version.label" : {
3
3
"message" : " 0.9" ,
4
- "description" : " The label for version 0.8 "
4
+ "description" : " The label for version 0.9 "
5
5
},
6
6
"sidebar.docs.category.参考手册" : {
7
7
"message" : " Reference" ,
You can’t perform that action at this time.
0 commit comments