src/data/docsInfo.js (75 lines of code) (raw):

import React from "react"; import Translate from "@docusaurus/Translate"; export default [ { docsTitle: <Translate>Apache ShenYu Docs</Translate>, projectName: "Apache ShenYu", description: <Translate>The document for Apache ShenYu</Translate>, latestVersion: "/docs/index", nextVersion: "/docs/next/index", versionsList: [ { next: "/docs/next/index" }, { "2.5.1": "/docs/index" }, { "2.5.0": "/docs/2.5.0/index" }, { "2.4.3": "/docs/2.4.3/index" }, { "2.4.2": "/docs/2.4.2/index" }, { "2.4.1": "/docs/2.4.1/index" }, { "2.4.0": "/docs/2.4.0/index" }, { "2.3.0-Legacy": "/docs/2.3.0-Legacy/index" }, ], }, { docsTitle: <Translate>ShenYu Nginx Docs</Translate>, projectName: "ShenYu Nginx", description: ( <Translate> This module provided SDK to watch available ShenYu instance list as upstream nodes by Service Register Center for OpenResty. </Translate> ), latestVersion: "/shenyuNginx/index", }, { docsTitle: <Translate>Shenyu Golang Client Docs</Translate>, projectName: "Shenyu-client-golang", description: ( <Translate> Shenyu-client-golang for Go client allows you to access ShenYu Gateway,it supports register go service to ShenYu Gateway. </Translate> ), latestVersion: "/shenyuClientGolang/http", nextVersion: "/shenyuClientGolang/next/http", versionsList: [ { next: "/shenyuClientGolang/next/http" }, { "1.0.0": "/shenyuClientGolang/http" }, ], }, { docsTitle: <Translate>ShenYu .NET Client Docs</Translate>, projectName: "Shenyu .NET Client", description: ( <Translate> ShenYu .NET client allows you to register your Apps to ShenYu Gateway automatically and use ShenYu as gateway easily. </Translate> ), latestVersion: "/shenyuClientDotnet/http", nextVersion: "/shenyuClientDotnet/next/http", versionsList: [ { next: "/shenyuClientDotnet/next/http" }, { "1.0.0": "/shenyuClientDotnet/http" }, ], }, { docsTitle: <Translate>ShenYu Helm Chart Docs</Translate>, projectName: "ShenYu Helm Chart", description: ( <Translate>Helm deployment documentation written for ShenYu</Translate> ), latestVersion: "/helm/index", versionsList: [ {"for ShenYu 2.5.0": "/helm/index"}, ] }, ];