This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new 1eff286ae set version to 0.14 (#370)
1eff286ae is described below
commit 1eff286aeca61b20de7034bd31c914b0b3292ccc
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Dec 15 23:53:27 2025 +0800
set version to 0.14 (#370)
---
docusaurus.config.ts | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index f4e8c080e..097740819 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -38,11 +38,14 @@ const config: Config = {
{
docs: {
sidebarCollapsible: false,
- lastVersion: '0.13',
+ lastVersion: '0.14',
versions: {
current: {
label: 'dev',
},
+ '0.13': {
+ label: '0.13',
+ },
'0.12': {
label: '0.12',
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]