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

revert to php-drivers #943

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ raw: docs/ecosystem/drivers/ruby/ -> https://www.mongodb.com/docs/ruby-driver/cu
raw: docs/ecosystem/drivers/python/ -> ${base}/python/
raw: docs/ecosystem/drivers/pymongo/ -> ${base}/pymongo/
raw: docs/ecosystem/drivers/perl/ -> ${base}/
raw: docs/ecosystem/drivers/php/ -> ${base}/php/
raw: docs/ecosystem/drivers/php/ -> ${base}/php-drivers/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one isn't part of the revert, but prevents a double redirect.

raw: docs/ecosystem/drivers/node/ -> ${base}/node/current/
raw: docs/ecosystem/drivers/csharp/ -> ${base}/csharp/current/
raw: docs/ecosystem/drivers/java/ -> ${base}/java-drivers/
Expand All @@ -212,7 +212,7 @@ raw: docs/drivers/drivers/go/ -> ${base}/go/current/
raw: docs/drivers/drivers/java/ -> ${base}/java-drivers/
raw: docs/drivers/drivers/kotlin/ -> ${base}/kotlin-drivers/
raw: docs/drivers/drivers/node/ -> ${base}/node/current/
raw: docs/drivers/drivers/php/ -> ${base}/php/
raw: docs/drivers/drivers/php/ -> ${base}/php-drivers/
raw: docs/drivers/drivers/python/ -> ${base}/python-drivers/
raw: docs/drivers/drivers/pymongo/ -> ${base}/pymongo/
raw: docs/drivers/drivers/ruby/ -> ${base}/ruby-drivers/
Expand All @@ -229,6 +229,6 @@ raw: docs/drivers/community-supported-drivers/ -> ${base}/

# Redirects for consistent language-spcific driver landing pages

raw: docs/drivers/php-drivers/ -> ${base}/php/
raw: docs/drivers/php/ -> ${base}/php-drivers/
raw: docs/drivers/python/ -> ${base}/python-drivers/
raw: docs/drivers/ruby/ -> ${base}/ruby-drivers/
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "MongoDB Drivers"

toc_landing_pages = [
"/python-drivers",
"/php",
"/php-drivers",
"/java-drivers",
"/kotlin-drivers",
"/use-cases",
Expand Down
2 changes: 1 addition & 1 deletion source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ security patches to them.

.. card::
:headline: PHP
:url: /php/
:url: /php-drivers/
:icon: /icons/php.svg
:icon-alt: PHP Driver icon

Expand Down
File renamed without changes.
Loading