Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3543

Closed
Open
Created Apr 08, 2013 by Administrator@rootOwner

page-slug is incompatible with gollum

Created by: jonnyyu

Hi guys,

Thanks for the great work in GitLab, I am trying to migrate my gollum wiki into Gitlab, and I met some issues that makes the wiki links completely broken. After some investigation, I'd like to share my findings.

  1. Absolute path: In gollum Readme, it says Absolute paths point to a static file relative to the Gollum repo's root, so the page-slug [Link](/path/page) should be mapped to http://mygitlab/myrepo/wikis/path/page, but it is mapped to http://mygitlab/path/page now.
  2. Relative path: In gollum Readme, it says Relative paths point to a static file relative to the page file within the directory structure of the Gollum repo.
    Rewrite same example in relative path style, [Link](path/page), this time Gitlab translates the url correctly, http://mygitlab/myrepo/wikis/path/page, but it still couldn't find the page and show me page editor to add new page.

Is this an issue in Gitlab Wiki or I am mis-understanding gollum's doc? Thanks!

Assignee
Assign to
Time tracking