File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,39 @@ module.exports = {
7979 {
8080 to : '/' ,
8181 from : '/docs'
82+ } ,
83+ {
84+ from : '/docs/alkiln/intro' ,
85+ to : '/docs/components/ALKiln/intro'
86+ } ,
87+ {
88+ // Original
89+ from : '/docs/automated_integrated_testing' ,
90+ to : '/docs/components/ALKiln/alkiln'
91+ } ,
92+ {
93+ from : '/docs/alkiln' ,
94+ to : '/docs/components/ALKiln/alkiln'
95+ } ,
96+ {
97+ from : '/docs/alkiln/advanced' ,
98+ to : '/docs/components/ALKiln/advanced'
99+ } ,
100+ {
101+ from : '/docs/alkiln/writing' ,
102+ to : '/docs/components/ALKiln/writing'
103+ } ,
104+ {
105+ from : '/docs/alkiln/setup' ,
106+ to : '/docs/components/ALKiln/setup'
107+ } ,
108+ {
109+ from : '/docs/alkiln/troubleshooting' ,
110+ to : '/docs/components/ALKiln/trouble'
111+ } ,
112+ {
113+ from : '/docs/alkiln/security' ,
114+ to : '/docs/components/ALKiln/security'
82115 }
83116 ]
84117 }
You can’t perform that action at this time.
0 commit comments