File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ package-lock.json
143143
144144
145145
146+
146147# Remote content output paths
147148content /docs /acps /103-dynamic-fees.mdx
148149content /docs /acps /108-evm-event-importing.mdx
@@ -162,6 +163,7 @@ content/docs/acps/209-eip7702-style-account-abstraction.mdx
162163content /docs /acps /224-dynamic-gas-limit-in-subnet-evm.mdx
163164content /docs /acps /226-dynamic-minimum-block-times.mdx
164165content /docs /acps /23-p-chain-native-transfers.mdx
166+ content /docs /acps /236-continuous-staking.mdx
165167content /docs /acps /24-shanghai-eips.mdx
166168content /docs /acps /25-vm-application-errors.mdx
167169content /docs /acps /30-avalanche-warp-x-evm.mdx
Original file line number Diff line number Diff line change 77 " ---Overview---" ,
88 " index" ,
99 " ---Standards Track ACPs---" ,
10+ " 236-continuous-staking" ,
1011 " 226-dynamic-minimum-block-times" ,
1112 " 224-dynamic-gas-limit-in-subnet-evm" ,
1213 " 209-eip7702-style-account-abstraction" ,
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ async function generateAcpConfigs(): Promise<FileConfig[]> {
209209 outputPath : "content/docs/acps/index.mdx" ,
210210 title : "Avalanche Community Proposals (ACPs)" ,
211211 description : "Official framework for proposing improvements and gathering consensus around changes to the Avalanche Network" ,
212- contentUrl : "https://raw.githubusercontent. com/avalanche-foundation/ACPs/main/" ,
212+ contentUrl : "https://github. com/avalanche-foundation/ACPs/blob /main/" ,
213213 } ) ;
214214
215215 // Generate configs for each ACP
You can’t perform that action at this time.
0 commit comments