diff options
author | Frédéric Péters <fpeters@entrouvert.com> | 2017-12-07 08:40:17 (GMT) |
---|---|---|
committer | Frédéric Péters <fpeters@entrouvert.com> | 2017-12-07 08:40:17 (GMT) |
commit | 208b1bb0ea2a14f47da4b38d8fcf7687457dbd45 (patch) | |
tree | b2a6116dbd12b1aa88251e07347592c14b2e4fdf /doc-publik | |
parent | 1fc0caae7422c56138b270790bbbcdbb7ba5a901 (diff) | |
download | misc-fred-208b1bb0ea2a14f47da4b38d8fcf7687457dbd45.zip misc-fred-208b1bb0ea2a14f47da4b38d8fcf7687457dbd45.tar.gz misc-fred-208b1bb0ea2a14f47da4b38d8fcf7687457dbd45.tar.bz2 |
doc: add support for json combo cell wiki page
Diffstat (limited to 'doc-publik')
-rw-r--r-- | doc-publik/update-publik-doc-from-redmine.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc-publik/update-publik-doc-from-redmine.py b/doc-publik/update-publik-doc-from-redmine.py index 10e7c9f..4990a04 100644 --- a/doc-publik/update-publik-doc-from-redmine.py +++ b/doc-publik/update-publik-doc-from-redmine.py @@ -7,6 +7,7 @@ from combo.data.models import TextCell DOCS = { 'passerelle-connecteur-dev': "https://dev.entrouvert.org/projects/passerelle/wiki/D%C3%A9veloppement_d'un_connecteur.html", 'passerelle-json-data-store': "https://dev.entrouvert.org/projects/passerelle/wiki/Stockage_de_donn%C3%A9es_JSON.html", + 'combo-json-cell': "https://dev.entrouvert.org/projects/combo/wiki/D%C3%A9veloppement_d'une_cellule_aliment%C3%A9e_par_JSON", } for cell in TextCell.objects.all(): |