@@ -19,6 +19,19 @@ const config = {
1919 organizationName : "nervosnetwork" ,
2020 projectName : "docs-new" ,
2121 headTags : [
22+ ...( enableGtag
23+ ? [
24+ {
25+ tagName : "script" ,
26+ attributes : {
27+ defer : "true" ,
28+ src : "https://umami.retric.uk/script.js" ,
29+ "data-website-id" : "f5709da4-2855-4563-9d49-b0cbbf1fb615" ,
30+ "data-domains" : "docs.nervos.org" ,
31+ } ,
32+ } ,
33+ ]
34+ : [ ] ) ,
2235 {
2336 tagName : "meta" ,
2437 attributes : {
@@ -172,6 +185,26 @@ const config = {
172185 from : "/docs/basics/concepts/economics" ,
173186 to : "/docs/assets-token-standards/economics" ,
174187 } ,
188+ {
189+ from : "/docs/basics/concepts/cell-model" ,
190+ to : "/docs/ckb-fundamentals/cell-model" ,
191+ } ,
192+ {
193+ from : "/docs/basics/concepts/ckb-vm" ,
194+ to : "/docs/ckb-fundamentals/ckb-vm" ,
195+ } ,
196+ {
197+ from : "/docs/basics/concepts/consensus" ,
198+ to : "/docs/ckb-fundamentals/consensus" ,
199+ } ,
200+ {
201+ from : "/docs/basics/concepts/cryptowallet" ,
202+ to : "/docs/integrate-wallets/intro-to-wallets" ,
203+ } ,
204+ {
205+ from : "/docs/basics/concepts/nervos-blockchain" ,
206+ to : "/docs/ckb-fundamentals/nervos-blockchain" ,
207+ } ,
175208 {
176209 from : "/docs/basics/glossary/" ,
177210 to : "/docs/tech-explanation/glossary" ,
0 commit comments