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

Docs: Pin two IDs in the rest client #40785

Merged
merged 1 commit into from
Apr 4, 2019

Commits on Apr 3, 2019

  1. Docs: Pin two IDs in the rest client

    We generate two pages with "funny" names:
    * _changing_the_client_8217_s_initialization_code.html
    * _changing_the_application_8217_s_code.html
    
    The leading `_` comes from us not specifying the name of the page. The
    `8217` comes about because of the single quote character. This is a
    funny name, but it is the name that we have so we shouldn't change it
    without putting in a redirect.
    
    We're looking at switching these docs from being built with the
    no-longer-maintained AsciiDoc project to being built with the
    actively-maintained Asciidoctor project. Asciidoctor Doesn't include the
    `8217`s in the generated ids. That is *better*, but we don't really want
    to change the pages. Ultimately we'd prefer none of our pages start with
    `_`, but that is a problem for a different time.
    
    Anyway, this pins the ids to their "funny" id so it won't change when we
    switch to Asciidoctor. We'll remove it later, when we have more fine
    control of our redirects.
    nik9000 committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    5d8ca11 View commit details
    Browse the repository at this point in the history