diff --git a/community/events/ospp-summer-2021.md b/community/events/ospp-summer-2021.md index 56583f44..c6177fa8 100644 --- a/community/events/ospp-summer-2021.md +++ b/community/events/ospp-summer-2021.md @@ -101,7 +101,7 @@ FTP is the oldest network tool in the history of the Internet and is still widel - Expect Output: - Implement an FTP server at [go-ftp-server](https://github.com/beyondstorage/go-ftp-server). - Implement integration tests. - - Update [documents](/docs/go-ftp-server/index) + - Update [documents](/docs/BeyondFTP/index) ### Google Drive for go-storage diff --git a/docs/BeyondFS/_category_.yml b/docs/BeyondFS/_category_.yml new file mode 100644 index 00000000..3445df59 --- /dev/null +++ b/docs/BeyondFS/_category_.yml @@ -0,0 +1,3 @@ +label: 'BeyondFS' +position: 2 +collapsed: false diff --git a/docs/go-ftp-server/index.md b/docs/BeyondFS/index.md similarity index 55% rename from docs/go-ftp-server/index.md rename to docs/BeyondFS/index.md index 434f5c88..f39c8d02 100644 --- a/docs/go-ftp-server/index.md +++ b/docs/BeyondFS/index.md @@ -5,4 +5,4 @@ sidebar_position: 1 ## Project - + diff --git a/docs/BeyondFTP/_category_.yml b/docs/BeyondFTP/_category_.yml new file mode 100644 index 00000000..2bb2f106 --- /dev/null +++ b/docs/BeyondFTP/_category_.yml @@ -0,0 +1,3 @@ +label: 'BeyondFTP' +position: 2 +collapsed: false diff --git a/docs/BeyondFTP/index.md b/docs/BeyondFTP/index.md new file mode 100644 index 00000000..39b45123 --- /dev/null +++ b/docs/BeyondFTP/index.md @@ -0,0 +1,8 @@ +--- +title: Introduction +sidebar_position: 1 +--- + +## Project + + diff --git a/docs/BeyondTP/_category_.yml b/docs/BeyondTP/_category_.yml new file mode 100644 index 00000000..9d99f2f0 --- /dev/null +++ b/docs/BeyondTP/_category_.yml @@ -0,0 +1,3 @@ +label: 'BeyondTP' +position: 2 +collapsed: false diff --git a/docs/BeyondTP/index.md b/docs/BeyondTP/index.md new file mode 100644 index 00000000..8a35125c --- /dev/null +++ b/docs/BeyondTP/index.md @@ -0,0 +1,8 @@ +--- +title: Introduction +sidebar_position: 1 +--- + +## Project + + diff --git a/docs/go-ftp-server/_category_.yml b/docs/go-ftp-server/_category_.yml deleted file mode 100644 index db749896..00000000 --- a/docs/go-ftp-server/_category_.yml +++ /dev/null @@ -1,3 +0,0 @@ -label: 'go-ftp-server' -position: 2 -collapsed: false \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 22026cb1..ba0634c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,8 +8,9 @@ title: Introduction We currently maintain the following projects: - Library - - [go-storage](https://github.com/beyondstorage/go-storage): The go version of Beyond Storage. - - `go-services-*`: The services implements of go-storage. - - [rs-storage](https://github.com/beyondstorage/rs-storage): The rust version of Beyond Storage. + - [go-storage](https://github.com/beyondstorage/go-storage): The go version of Beyond Storage. + - `go-services-*`: The services implements of go-storage. - Application - - [dm](https://github.com/beyondstorage/dm/): The data transfer services based on Beyond Storage. \ No newline at end of file + - [BeyondTP](https://github.com/beyondstorage/beyond-tp/): The data transfer services based on Beyond Storage. + - [BeyondFS](https://github.com/beyondstorage/beyond-fs/): A high-performance, POSIX-ish File System based on beyondstorage/go-storage. + - [BeyondFTP](https://github.com/beyondstorage/beyond-ftp/): FTP Server that based go-storage. diff --git a/docs_sidebars.js b/docs_sidebars.js index 52b857e8..a60ec31c 100644 --- a/docs_sidebars.js +++ b/docs_sidebars.js @@ -11,10 +11,22 @@ module.exports = { dirName: 'go-storage', } ], - 'go-ftp-server': [ + 'BeyondTP': [ { type: 'autogenerated', - dirName: 'go-ftp-server', + dirName: 'BeyondTP', + } + ], + 'BeyondFS': [ + { + type: 'autogenerated', + dirName: 'BeyondFS', + } + ], + 'BeyondFTP': [ + { + type: 'autogenerated', + dirName: 'BeyondFTP', } ] } diff --git a/i18n/en-US/docusaurus-plugin-content-docs/current.json b/i18n/en-US/docusaurus-plugin-content-docs/current.json index 409b4a33..cb739a61 100644 --- a/i18n/en-US/docusaurus-plugin-content-docs/current.json +++ b/i18n/en-US/docusaurus-plugin-content-docs/current.json @@ -51,8 +51,16 @@ "message": "Comparison", "description": "The label for category Comparison in sidebar docs" }, - "sidebar.docs.category.go-ftp-server": { - "message": "go-ftp-server", - "description": "The label for category go-ftp-server in sidebar docs" + "sidebar.docs.category.BeyondTP": { + "message": "BeyondTP", + "description": "The label for category BeyondTP in sidebar docs" + }, + "sidebar.docs.category.BeyondFS": { + "message": "BeyondFS", + "description": "The label for category BeyondFS in sidebar docs" + }, + "sidebar.docs.category.BeyondFTP": { + "message": "BeyondFTP", + "description": "The label for category BeyondFTP in sidebar docs" } } \ No newline at end of file diff --git a/i18n/en-US/docusaurus-theme-classic/footer.json b/i18n/en-US/docusaurus-theme-classic/footer.json index 6d18219b..4c8bf558 100644 --- a/i18n/en-US/docusaurus-theme-classic/footer.json +++ b/i18n/en-US/docusaurus-theme-classic/footer.json @@ -19,14 +19,6 @@ "message": "go-storage", "description": "The label of footer link with label=go-storage linking to https://github.com/beyondstorage/go-storage" }, - "link.item.label.go-ftp-server": { - "message": "go-ftp-server", - "description": "The label of footer link with label=go-ftp-server linking to https://github.com/beyondstorage/go-ftp-server" - }, - "link.item.label.Data migration": { - "message": "Data migration", - "description": "The label of footer link with label=Data migration linking to https://github.com/beyondstorage/dm" - }, "link.item.label.Documentation": { "message": "Documentation", "description": "The label of footer link with label=Documentation linking to docs" @@ -49,6 +41,6 @@ }, "link.item.label.BeyondTP": { "message": "BeyondTP", - "description": "The label of footer link with label=BeyondTP linking to https://github.com/beyondstorage/dm" + "description": "The label of footer link with label=BeyondTP linking to https://github.com/beyondstorage/beyond-tp" } } \ No newline at end of file diff --git a/i18n/en-US/docusaurus-theme-classic/navbar.json b/i18n/en-US/docusaurus-theme-classic/navbar.json index c3547948..597a3c01 100644 --- a/i18n/en-US/docusaurus-theme-classic/navbar.json +++ b/i18n/en-US/docusaurus-theme-classic/navbar.json @@ -23,14 +23,6 @@ "message": "go-storage", "description": "Navbar item with label go-storage" }, - "item.label.go-ftp-server": { - "message": "go-ftp-server", - "description": "Navbar item with label go-ftp-server" - }, - "item.label.Data migration": { - "message": "Data migration", - "description": "Navbar item with label Data migration" - }, "item.label.Activity": { "message": "Activity", "description": "Navbar item with label Activity"