Questions tagged [gitlab-wiki]
11 questions
25
votes
5 answers
How can I create a table of content in GitLab wiki?
I am a big fan of the __TOC__ that creates a table of content on a Wikimedia page.
Whenever you write things like this on a Wikimedia page:
This is a page for my project
## Credits ##
bla bla
## License ##
bla bla
__TOC_ automagically creates a…

fedorqui
- 275,237
- 103
- 548
- 598
7
votes
3 answers
GitLab custom wiki sidebar not working
I "pulled" the wiki repository of my project.
Created "_sidebar.md" file.
Git add
Git commit
Pushed the changes to GitLab.
Loaded the Wiki page of my project in Google Chrome's incognito mode.
Custom sidebar is not rendered.
I refreshed many…

honor
- 7,378
- 10
- 48
- 76
6
votes
2 answers
Diff GitLab Wiki
In the GitLab Wiki section, it is possible to see the history of when changes were saved. However when you click on the commit link, it will show the entire file as it existed on that save.
Does anyone know of a way to diff the commits to only get…

elyod72
- 125
- 7
2
votes
1 answer
Gitlab wiki duplicate page error while saving a page
I'm creating a wiki in GitLab but, once i added the homepage at the root of my wiki, i'm getting this error everytime i try to save the pages:
The form contains the following error:
Duplicate page: A page with that title already exists
It even…

Yoder99
- 21
- 4
2
votes
1 answer
Is there a way to export a Confluence project's documentation to the GitLab Wiki?
I would like to take all project documentation at the confluence to GitLab-Wiki.
Is there any way to export from confluence to the GitLab 13ce wiki?

Miltex
- 302
- 1
- 13
1
vote
1 answer
Asciidoc - Formatted Text in Admonition - Caution, Important, Note, Warning
I tried
IMPORTANT: * [ ] A checkbox
but the text after IMPORTANT: is not rendered as checkbox. Instead it is printed as is.
How can I convince the asciidoc processor (gitlab wiki) to render the text properly and display a checkbox?

jschnasse
- 8,526
- 6
- 32
- 72
1
vote
0 answers
How to get image from the Wiki API on GitLab CE
I'M using GitLab CE 10.4.3.
I wan't to integrate the Wiki from my projet in an external Portal.
I try with the API like that
GET /api/v4/projects/37/wikis/user-page-maps
and the response is
{
"format": "markdown",
"slug": "user-page-maps",
…

Vincendeau Julien
- 21
- 9
0
votes
2 answers
How to get version_id of page in wiki with Gitlab API
With Gitlab API it is currently possible to get a specific page of the wiki, and to edit it.
With UI, when you click on a page, you can view its history and see various truncated commit hash depending on version. Is it possible to get these hash…

Ticoincoin
- 157
- 1
- 2
- 15
0
votes
1 answer
Indentation of child items underneath checked parent item?
I'm facing an issue with Asciidoc rendering in a GitLab WIKI. I have a nested list like this:
.Title
* [x] This is a checked item
** This is a child item
** this is another child item
The child items get the correct mark of their corresponding…

Hendrik Wiese
- 2,010
- 3
- 22
- 49
0
votes
1 answer
Gitlab wiki search result shows markdown syntax
Is it possible to not return code in gitlab wiki search result?
Check the markdown code ** at the image below.

lsborg
- 1,191
- 1
- 12
- 17
0
votes
1 answer
Can I put the same text in multiple wiki pages where I can update all the pages at once?
I am new to GitLab and Markdown. Is there a way to automatically insert text into pages in the wiki? Can I make a .md file and put some text in there and add in some markdown to pull the text from that file and put it in the page I'm working on…

Chad
- 111
- 1
- 12