You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/05/06 01:04:59 UTC

[apisix-website] branch master updated: feat: added last updated time (#331)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cecdc4  feat: added last updated time (#331)
4cecdc4 is described below

commit 4cecdc4a688df4b066feef1c3010d0d8ea0ebc54
Author: Kishani Kandasamy <53...@users.noreply.github.com>
AuthorDate: Thu May 6 06:33:28 2021 +0530

    feat: added last updated time (#331)
---
 website/docusaurus.config.js | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 9821649..6afa195 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -120,6 +120,8 @@ module.exports = {
       {
         id: "docs-apisix",
         path: "docs/apisix",
+        showLastUpdateAuthor: true,
+        showLastUpdateTime: true,
         routeBasePath: "/docs/apisix",
         sidebarPath: require.resolve("./docs/apisix/sidebars.json"),
         editUrl: function ({
@@ -138,6 +140,8 @@ module.exports = {
       {
         id: "docs-apisix-dashboard",
         path: "docs/apisix-dashboard",
+        showLastUpdateAuthor: true,
+        showLastUpdateTime: true,
         routeBasePath: "/docs/dashboard",
         sidebarPath: require.resolve("./docs/apisix-dashboard/sidebars.json"),
         editUrl: function ({
@@ -156,6 +160,8 @@ module.exports = {
       {
         id: "docs-apisix-ingress-controller",
         path: "docs/apisix-ingress-controller",
+        showLastUpdateAuthor: true,
+        showLastUpdateTime: true,
         routeBasePath: "/docs/ingress-controller",
         sidebarPath: require.resolve(
           "./docs/apisix-ingress-controller/sidebars.json"
@@ -176,6 +182,8 @@ module.exports = {
       {
         id: "docs-apisix-helm-chart",
         path: "docs/apisix-helm-chart",
+        showLastUpdateAuthor: true,
+        showLastUpdateTime: true,
         routeBasePath: "/docs/helm-chart",
         sidebarPath: require.resolve("./docs/apisix-helm-chart/sidebars.json"),
         editUrl: function ({
@@ -194,6 +202,8 @@ module.exports = {
       {
         id: "docs-apisix-docker",
         path: "docs/apisix-docker",
+        showLastUpdateAuthor: true,
+        showLastUpdateTime: true,
         routeBasePath: "/docs/docker",
         sidebarPath: require.resolve("./docs/apisix-docker/sidebars.json"),
         editUrl: function ({