Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • U user
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • e
  • documentation
  • user
  • Merge requests
  • !500

Draft: Resolve "Corrections to the upgrade guide"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Manoj Nair requested to merge 457-corrections-to-the-upgrade-guide-2 into master Oct 19, 2021
  • Overview 1
  • Commits 1
  • Changes 1

Description

Issue(s)

Test environment

git checkout <branch-name>
docker run --rm --volume="$PWD/htdocs:/srv/jekyll" -d -p 4000:4000 --name e_documentation_v3 jekyll/jekyll:4.2.0 jekyll serve

Then connect to http://localhost:4000/

At the end of the test, run the following command to stop the Docker container

docker stop e_documentation_v3

Test procedures

Technical details

Screenshots

Check list

  • Self review
  • Test procedure explained
  • Tested on fresh install
  • Tested applied as an update
  • License
  • Internal documentation
  • User documentation

Closes #457

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 457-corrections-to-the-upgrade-guide-2