From b78240c8e55a206f23eb6ac56543a886f08ff8dc Mon Sep 17 00:00:00 2001 From: Phawit Pornwattanakul Date: Tue, 25 Jul 2023 21:42:10 +0700 Subject: [PATCH] Add API to top menu --- rurusetto/wiki/templates/wiki/base.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rurusetto/wiki/templates/wiki/base.html b/rurusetto/wiki/templates/wiki/base.html index 4f7b3a63..683929a9 100644 --- a/rurusetto/wiki/templates/wiki/base.html +++ b/rurusetto/wiki/templates/wiki/base.html @@ -95,7 +95,10 @@
  • {% trans "install" %}
  • -
  • {% trans "changelog" %}
  • +
  • API
  • +
    +
    +
  • {% trans "changelog" %}
  • @@ -147,6 +150,7 @@ {% trans "listing" %} {% trans "status" %} {% trans "install" %} + API {% trans "changelog" %}
    @@ -178,6 +182,7 @@ {% trans "listing" %} {% trans "status" %} {% trans "install" %} + API {% trans "changelog" %} {% trans "sign_in" %} {% trans "sign_up" %}