From f840563712210d6cde3766e2d5d6320ba4e194d7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 5 Oct 2023 17:28:46 +0200 Subject: [PATCH] Update the doc for gitlab & github. --- documentation/content/pages/github.rst | 28 ++++++++++++++++++++++++++ documentation/pelicanconf.py | 9 ++++----- 2 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 documentation/content/pages/github.rst diff --git a/documentation/content/pages/github.rst b/documentation/content/pages/github.rst new file mode 100644 index 000000000..6f4967ef8 --- /dev/null +++ b/documentation/content/pages/github.rst @@ -0,0 +1,28 @@ +.. -*- Mode: rst -*- + + +=================== +Gitlab Repositories +=================== + + +:slug: github +:date: 2023-10-05 16:00 +:author: Jean-Paul Chaput +:Contact: +:Version: October 5, 2023 (jpc) +:status: hidden + + +.. include:: ../../etc/definitions.rst + + +The |git| repositories of all the components of the project: + +================================ ======================================================= +Component Repository +================================ ======================================================= +|Alliance| https://github.com/lip6/alliance.git +|Coriolis| https://github.com/lip6/coriolis.git +:cb:`Alliance Check Toolkit` https://github.com/lip6/alliance-check-toolkit.git +================================ ======================================================= diff --git a/documentation/pelicanconf.py b/documentation/pelicanconf.py index b7250078e..f23e526a3 100644 --- a/documentation/pelicanconf.py +++ b/documentation/pelicanconf.py @@ -69,12 +69,11 @@ #SOCIAL = (('Pelican' , 'http://getpelican.com/' ), # ('Python.org', 'http://python.org/' ), # ('Jinja2' , 'http://jinja.pocoo.org/'),) -SOCIAL = None +SOCIAL = (('Matrix', 'element://vector/webapp/#/room/%23coriolis%3Amatrix.org?via=matrix.or'),) # Social widget LINKS = (('Alliance/Coriolis' , 'https://coriolis.lip6.fr/'), - ('CIAN Team Website' , 'https://www-soc.lip6.fr/' ), - ('Free Silicon Foundation', 'https://f-si.org' ),) + ('CIAN Team Website' , 'https://largo.lip6.fr/' ),) DEFAULT_PAGINATION = 10 @@ -138,8 +137,8 @@ NEST_HEADER_IMAGES = 'common/layout-motif-faded-4.png' NEST_LINKS_COLUMN_TITLE = u'Links' NEST_SOCIAL_COLUMN_TITLE = u'Social' -NEST_SITEMAP_COLUMN_TITLE = u'Social' +NEST_SITEMAP_COLUMN_TITLE = u'Map' NEST_COPYRIGHT = u'Copyright © 2020-2020 Sorbonne Universite' -MENUITEMS = [ ('Git' , '/pages/gitlab.html' ) +MENUITEMS = [ ('Git' , '/pages/github.html' ) , ('Documentation', '/pages/documentation.html' ) ]