This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch add_compilerto_sidebar in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 5f0f3b4dba2064c4c0d01c7bb66bf1cd1e80b862 Author: chaokunyang <[email protected]> AuthorDate: Wed Jan 21 15:50:14 2026 +0800 add schema idl and compiler to sidebar --- sidebars.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sidebars.ts b/sidebars.ts index a1293c1fd..11c5b4889 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -25,6 +25,11 @@ const sidebars: SidebarsConfig = { label: 'Start', items: [{type: 'autogenerated', dirName: 'start'}], }, + { + type: 'category', + label: 'Schema IDL & Compiler', + items: [{type: 'autogenerated', dirName: 'compiler'}], + }, { type: 'category', label: 'Guide', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
