File tree 5 files changed +4627
-5006
lines changed
5 files changed +4627
-5006
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-node@v2
13
13
with :
14
- node-version : ' 14 '
14
+ node-version : ' 18 '
15
15
- run : yarn install
16
16
- run : yarn build
Original file line number Diff line number Diff line change @@ -11,16 +11,12 @@ jobs:
11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-node@v2
13
13
with :
14
- node-version : ' 14 '
14
+ node-version : ' 18 '
15
15
- uses : kheiakiyama/install-azcopy-action@v1
16
16
with :
17
17
version : ' v10'
18
18
# copy content to new app
19
19
- run : azcopy_v10 copy './docs' '${{ secrets.HELP_CONTENT_URL }}/content/${{ github.repository }}?${{ secrets.HELP_CONTENT_TOKEN }}' --recursive
20
20
- run : azcopy_v10 copy './static' '${{ secrets.HELP_CONTENT_URL }}/content/${{ github.repository }}?${{ secrets.HELP_CONTENT_TOKEN }}' --recursive
21
21
- run : azcopy_v10 copy './sidebars.js' '${{ secrets.HELP_CONTENT_URL }}/content/${{ github.repository }}?${{ secrets.HELP_CONTENT_TOKEN }}'
22
- # publish compiled output to existing app
23
- - run : yarn install
24
- - run : yarn build
25
- - run : azcopy_v10 copy 'build/*' '${{ secrets.DOCS_STORAGE_URL }}/${{ secrets.DOCS_STORAGE_PATH }}?${{ secrets.DOCS_STORAGE_KEY }}' --recursive
26
22
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ sidebar_label: 'Release notes'
6
6
7
7
## z/OS LSAM 23.01.01
8
8
9
+ :::info Note
10
+
11
+ z/OS Agent Version 23.01 is compatible with z/OS versions 1.11 - 3.1.
12
+
13
+ :::
14
+
9
15
2023 October
10
16
11
17
** New Features**
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ module.exports = {
30
30
docs : {
31
31
routeBasePath : '/' ,
32
32
sidebarPath : require . resolve ( './sidebars.js' ) ,
33
- editUrl :
34
- 'https://github.com/smatechnologies/zos-agent-docs/blob/develop' ,
35
33
} ,
36
34
theme : {
37
35
customCss : require . resolve ( './src/css/custom.css' ) ,
@@ -43,11 +41,11 @@ module.exports = {
43
41
} ,
44
42
] ,
45
43
] ,
46
- plugins : [
47
- [
48
- require . resolve ( '@cmfcmf/docusaurus-search-local' ) ,
49
- {
50
- }
51
- ] ,
52
- ] ,
44
+ // plugins: [
45
+ // [
46
+ // require.resolve('@cmfcmf/docusaurus-search-local'),
47
+ // {
48
+ // }
49
+ // ],
50
+ // ],
53
51
} ;
You can’t perform that action at this time.
0 commit comments