File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ tests/ export-ignore
11
11
.gitattributes export-ignore
12
12
.gitignore export-ignore
13
13
14
- package.json export-ignore
15
14
phpunit.xml export-ignore
Original file line number Diff line number Diff line change 21
21
<!-- <analytics-head-script-file> -->
22
22
<!-- analytics.html -->
23
23
<!-- </analytics-head-script-file> -->
24
+ <versions-switcher >
25
+ https://raw.githubusercontent.com/TheDragonCode/laravel-deploy-operations/refs/heads/main/docs/versions.json
26
+ </versions-switcher >
24
27
</variables >
25
28
<build-profile instance =" do" >
26
29
<variables >
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "version" : " 7.x" ,
4
+ "url" : " https://deploy-operations.dragon-code.pro" ,
5
+ "isCurrent" : true
6
+ },
7
+ {
8
+ "version" : " 6.x" ,
9
+ "url" : " https://github.com/TheDragonCode/laravel-deploy-operations/tree/6.x/docs" ,
10
+ "isCurrent" : false
11
+ },
12
+ {
13
+ "version" : " 5.x" ,
14
+ "url" : " https://github.com/TheDragonCode/laravel-deploy-operations/tree/5.x/docs" ,
15
+ "isCurrent" : false
16
+ },
17
+ {
18
+ "version" : " 4.x" ,
19
+ "url" : " https://github.com/TheDragonCode/laravel-deploy-operations/tree/4.x/docs" ,
20
+ "isCurrent" : false
21
+ },
22
+ {
23
+ "version" : " 3.x" ,
24
+ "url" : " https://github.com/TheDragonCode/laravel-deploy-operations/tree/3.x/docs" ,
25
+ "isCurrent" : false
26
+ }
27
+ ]
You can’t perform that action at this time.
0 commit comments