From 8ef0346f90b10457e7f659dc464b19baf4b6395f Mon Sep 17 00:00:00 2001 From: nervuri Date: Tue, 22 Nov 2022 16:28:54 +0000 Subject: [PATCH Taler website 3/4] add development page Move items related to community interaction, onboarding and developer services from the docs page to the development page. --- common/navigation.j2.inc | 1 + template/development.html.j2 | 125 +++++++++++++++++++++++++++++++++++ template/docs.html.j2 | 107 ------------------------------ 3 files changed, 126 insertions(+), 107 deletions(-) create mode 100644 template/development.html.j2 diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc index ddd2c1e..5ba5636 100644 --- a/common/navigation.j2.inc +++ b/common/navigation.j2.inc @@ -27,6 +27,7 @@ {{ navlink('features.html', _('Features')) }} {{ navlink('principles.html', _('Principles')) }} {{ navlink('docs.html', _('Docs')) }} + {{ navlink('development.html', _('Development')) }} {{ navlink('news/index.html', _('News')) }}