Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-pages deployment with material theme #2966

Merged
merged 5 commits into from
Dec 4, 2020
Merged

Commits on Dec 3, 2020

  1. Revert "Merge pull request #2963 from esl/revert-material-theme"

    This reverts commit 3c5c0b1, reversing
    changes made to ed39d02.
    NelsonVides committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    1864781 View commit details
    Browse the repository at this point in the history
  2. Fix naming clash

    The cause of this 404: locally mkdocs serves this "configuration files"
    page as localhost:8000/Advanced-configuration/, while on github.io we
    have .github.io/MongooseIM/advanced-configuration/configuration-files/,
    mind the last part of the link. The latter way of handling it is the
    correct one.
    
    If we want to keep this chapter as “configuration files”, in mkdocs.yml it should be:
      - 'Configuration':
          - 'Configuration files': 'advanced-configuration/Configuration-files.md'
    andalso  mv doc/Advanced-configuration.md doc/advanced-configuration/Configuration-files.md.
    The last step is to update its link in Jingle-SIP-setup.md and everything is clean.
    NelsonVides committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    5c0ab07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90b4322 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b77fe78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cff38e0 View commit details
    Browse the repository at this point in the history