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

Fixed opensearch double slash issue #44137

Merged
merged 1 commit into from
Aug 16, 2018

Conversation

LucidOne
Copy link
Contributor

SUMMARY

The Opensearch url currently has an extra slash. note latest//search.html below.

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

docs, opensearch

ANSIBLE VERSION

n/a

ADDITIONAL INFORMATION

view-source:https://docs.ansible.com/ansible/latest/_static/opensearch.xml

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  <ShortName>Ansible Documentation</ShortName>
  <Description>Search Ansible Documentation</Description>
  <InputEncoding>utf-8</InputEncoding>
  <Url type="text/html" method="get"
       template="https://docs.ansible.com/ansible/latest//search.html?q={searchTerms}&amp;check_keywords=yes&amp;area=default"/>
  <LongName>Ansible Documentation</LongName>
  
</OpenSearchDescription>

http://www.sphinx-doc.org/en/stable/config.html#confval-html_use_opensearch
"(without trailing slash)"


@ansibot
Copy link
Contributor

ansibot commented Aug 14, 2018

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 docs This issue/PR relates to or includes documentation. needs_triage Needs a first human triage before being processed. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Aug 14, 2018
@samdoran samdoran removed the needs_triage Needs a first human triage before being processed. label Aug 16, 2018
@acozine acozine merged commit 4c62722 into ansible:devel Aug 16, 2018
@ansible ansible locked and limited conversation to collaborators Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 docs This issue/PR relates to or includes documentation. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants