Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Conversation

@Simran-B
Copy link
Collaborator

@Simran-B Simran-B commented Jul 24, 2019

We need a sitemap.xml, but the one generated by jekyll-sitemap plugin does not include the canonical links (stable version).

Pantheon's .gitignore rules prevented the docs sitemap from being committed, so there was none available so far at https://www.arangodb.com/docs/sitemap.xml. Changed in dev env:

commit 28f9ab4f914b2a4e9219ec02cab8216ca25b0518 tree e163edd3e8f806cf91c6434340ee11d250727c89 parent 2e8456b5534536e07cf0bac335d5dcf2e06a5ec8 Add exception for docs sitemap to .gitignore diff --git a/.gitignore b/.gitignore index 0b55b14..31da344 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ sitemap.xml sitemap.xml.gz *.log +# Documentation +!docs/sitemap.xml + # @TODO writable paths wp-content/cache/ wp-content/backups/
@Simran-B Simran-B added the 9 WIP label Jul 24, 2019
@Simran-B Simran-B self-assigned this Jul 24, 2019
@Simran-B Simran-B added 1 Feature and removed 9 WIP labels Aug 20, 2019
@Simran-B Simran-B merged commit 6d41066 into master Aug 20, 2019
@Simran-B Simran-B deleted the sitemap-workaround branch August 27, 2019 10:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

1 participant