Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !7810

Make docs use site.url as base instead of static top-level domain, reference to both #7758 and #7767.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/pantarei/3.0.0-wip into 3.0.0-wip May 08, 2013
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 9

Created by: hswong3i

This patch works for both following setting in _config.yml

  • url + baseurl = /
    • http://127.0.0.1:9001/
    • http://getbootstrap.dev:9001/ (if I hard code 127.0.0.1 getbootstrap.dev into hosts file)
  • url + baseurl = /bootstrap/
    • http://127.0.0.1:9001/bootstrap/
    • http://getbootstrap.dev:9001/bootstrap/ (if I hard code 127.0.0.1 getbootstrap.dev into hosts file)
    • http://username.github.io/bootstrap/ (github project page for review without local jekyll)

Which means no more hard coding to specific domain name nor folder structure setup in docs's HTML, marks both local jekyll, github project page, and final document site URL with http://getbootstrap.com/ friendly, too ;-)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/pantarei/3.0.0-wip