wiki Questions
3
Solved
I have a Gitlab CE 11.7 docker running on my server. When I import a project from gitlab.com, its wiki is missing. I use the built-in interface to import the projects:
New Project > Import pro...
8
Solved
I saw a wiki page on GitHub that isn't open for editing. Then I forked the project, edited it on "my end" and tried to do a pull request. It turns out, the wiki isn't in the project, and ...
5
Solved
Our internal git-lab wiki works with Markdown.
I made several summaries of articles and want to post them in our wiki, in such a way that if I click on the header, it should unfold and the text sho...
2
Solved
I cannot see here
https://learn.microsoft.com/en-us/azure/devops/project/wiki/wiki-markdown-guidance?view=azure-devops#table-of-contents-toc-for-wiki-pages
any rule to do something like that:
[[__T...
Cato asked 21/10, 2021 at 12:1
9
If I have the url to a page, how would I obtain the Infobox information on the right using MediaWiki webservices?
6
Solved
If I fork repository joe/foo, and it has a Wiki, I won't get the wiki. Right now I'm just interested in forking the wiki to add pages to it.
Is that possible without forking the repository?
If no...
2
Solved
I know GitLab stores wiki pages in a separate Git repository. How can we create a merge request for the wiki project of my project? Is it possible?
I found a similar question about GitHub:
How can ...
8
Solved
How do I create a ToC or a sidebar menu in a GitHub Wiki?
I saw some mentions of it and gollum the backend seems to support it, but how do I do it in a current GitHub project?
It should best be b...
Basilica asked 11/2, 2012 at 10:47
5
Solved
I want keep all my source code and documentation in one single Git repository. I already have the GitHub pages integrated into my main project and now I want to do the same with the GitHub wiki.
I ...
6
Solved
How do I clone my GitHub repository's wiki? I know it's saved as a separate Git repository, but I can't remember the path.
I've tried ...reponame/wiki.git and ...reponame.git/wiki, but neither are...
1
I have Doxygen style XML comments for a c++ project I am working on, and would like to take it and make a GitHub wiki page from these comments. What would be the best way to do so? I cannot use Git...
2
Solved
Currently I have two MediaWikis, one a slightly older version than the other. I want to merge the contents of both together, without eliminating duplicate pages. So far the best option I can think ...
3
When I use Laravel blade file foreach loop, the variable is accessible after the foreach loop, whereas the scope of the variable should be only within the loop
@foreach($user->referral as $ref)
...
7
Solved
Does the wiki that installs with a GitHub repo support directories? Our wiki is cluttered with pages, and we are looking for a way to organize them better.
We tried pulling the repo, creating loca...
5
Solved
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
...
Anchorage asked 7/11, 2017 at 9:49
8
Solved
I'm writing a wiki page on GitHub, and I'm using Markdown.
My problem is that I'm putting a large image (this image is in its own repository) and I need resize it.
I have tried different solutions,...
6
Is it possible to include LaTeX-style math in any way with github repo wikis? Googling implies github no longer allows things like MathJax, but most references are years old. What (if any) alternat...
3
Solved
I have cloned one of my GitHub project's wiki locally, and I want to restructure the file system. By default different pages added to the wiki are all created in the parent directory:
/wiki
home....
Hinkley asked 16/6, 2014 at 4:53
3
Solved
I'd like to create a technical wiki site and it requires the full use of HTML/CSS and maybe Javascript when editing a page. Is this something I can easily configure in MediaWiki? If not, is there a...
8
Solved
16
Solved
The Github wikis are backed by a separate git repository then the main project repository.
This post by the Github team makes it sound like you should be able to link to images stored in the wiki r...
Bemock asked 6/4, 2012 at 15:22
1
Solved
I’m trying to reproduce this example https://about.gitlab.com/handbook/product/technical-writing/markdown-guide/#styles 95
I’m writing this block in the content of the page
<style>
.purple ...
2
The title says it all. What I imagine is to have docstrings for all of my modules, classes and functions and somehow nicely navigate the doc via github (wiki?). Also, the doc should be in sync with...
14
Solved
If you look here: http://en.wikipedia.org/wiki/Stack_Overflow
You'll notice there's a little "Content" section, if you click on one of the links, it will send you to a specific section on the page...
1
I'm am editing pages in a GitLab project wiki.
If I name a page "first-last", the URL is "project/wikis/first-last" and the page title is rendered in sentence case as "First last". If I name a pag...
Beason asked 19/7, 2018 at 9:44
1 Next >
© 2022 - 2025 — McMap. All rights reserved.