From bcec194346509ae232c9b4850291459832b68dc2 Mon Sep 17 00:00:00 2001 From: ChrisBAshton Date: Tue, 9 Jun 2020 16:24:30 +0100 Subject: [PATCH] Rename 'doc' to 'docs' According to our documented [Rails conventions](https://github.com/alphagov/govuk-developer-docs/pull/2571), these documents should live in a 'docs/' folder rather than 'doc/'. Whilst this wouldn't ordinarily be an issue either way, we are currently doing some [work to standardise how we pull in external docs into the developer docs](https://trello.com/c/z3wOzJZS/165-create-one-way-to-import-api-docs), which requires a consistent naming convention. --- {doc => docs}/content_item_fields.md | 0 {doc => docs}/gone_item.md | 0 {doc => docs}/input_examples/frontend-app/quick_answer.json | 0 {doc => docs}/input_examples/generic.json | 0 {doc => docs}/output_examples/frontend-app/basic_formats.md | 0 {doc => docs}/output_examples/frontend-app/find_my_nearest.md | 0 {doc => docs}/output_examples/frontend-app/licence.md | 0 {doc => docs}/output_examples/frontend-app/local_transaction.md | 0 .../output_examples/frontend-app/travel-advice-country.md | 0 {doc => docs}/output_examples/frontend-app/travel-advice-index.md | 0 {doc => docs}/output_examples/generic.json | 0 {doc => docs}/placeholder_item.md | 0 {doc => docs}/publish_intents.md | 0 {doc => docs}/redirect_item.md | 0 {doc => docs}/route_registration.md | 0 {doc => docs}/technical-information.md | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {doc => docs}/content_item_fields.md (100%) rename {doc => docs}/gone_item.md (100%) rename {doc => docs}/input_examples/frontend-app/quick_answer.json (100%) rename {doc => docs}/input_examples/generic.json (100%) rename {doc => docs}/output_examples/frontend-app/basic_formats.md (100%) rename {doc => docs}/output_examples/frontend-app/find_my_nearest.md (100%) rename {doc => docs}/output_examples/frontend-app/licence.md (100%) rename {doc => docs}/output_examples/frontend-app/local_transaction.md (100%) rename {doc => docs}/output_examples/frontend-app/travel-advice-country.md (100%) rename {doc => docs}/output_examples/frontend-app/travel-advice-index.md (100%) rename {doc => docs}/output_examples/generic.json (100%) rename {doc => docs}/placeholder_item.md (100%) rename {doc => docs}/publish_intents.md (100%) rename {doc => docs}/redirect_item.md (100%) rename {doc => docs}/route_registration.md (100%) rename {doc => docs}/technical-information.md (100%) diff --git a/doc/content_item_fields.md b/docs/content_item_fields.md similarity index 100% rename from doc/content_item_fields.md rename to docs/content_item_fields.md diff --git a/doc/gone_item.md b/docs/gone_item.md similarity index 100% rename from doc/gone_item.md rename to docs/gone_item.md diff --git a/doc/input_examples/frontend-app/quick_answer.json b/docs/input_examples/frontend-app/quick_answer.json similarity index 100% rename from doc/input_examples/frontend-app/quick_answer.json rename to docs/input_examples/frontend-app/quick_answer.json diff --git a/doc/input_examples/generic.json b/docs/input_examples/generic.json similarity index 100% rename from doc/input_examples/generic.json rename to docs/input_examples/generic.json diff --git a/doc/output_examples/frontend-app/basic_formats.md b/docs/output_examples/frontend-app/basic_formats.md similarity index 100% rename from doc/output_examples/frontend-app/basic_formats.md rename to docs/output_examples/frontend-app/basic_formats.md diff --git a/doc/output_examples/frontend-app/find_my_nearest.md b/docs/output_examples/frontend-app/find_my_nearest.md similarity index 100% rename from doc/output_examples/frontend-app/find_my_nearest.md rename to docs/output_examples/frontend-app/find_my_nearest.md diff --git a/doc/output_examples/frontend-app/licence.md b/docs/output_examples/frontend-app/licence.md similarity index 100% rename from doc/output_examples/frontend-app/licence.md rename to docs/output_examples/frontend-app/licence.md diff --git a/doc/output_examples/frontend-app/local_transaction.md b/docs/output_examples/frontend-app/local_transaction.md similarity index 100% rename from doc/output_examples/frontend-app/local_transaction.md rename to docs/output_examples/frontend-app/local_transaction.md diff --git a/doc/output_examples/frontend-app/travel-advice-country.md b/docs/output_examples/frontend-app/travel-advice-country.md similarity index 100% rename from doc/output_examples/frontend-app/travel-advice-country.md rename to docs/output_examples/frontend-app/travel-advice-country.md diff --git a/doc/output_examples/frontend-app/travel-advice-index.md b/docs/output_examples/frontend-app/travel-advice-index.md similarity index 100% rename from doc/output_examples/frontend-app/travel-advice-index.md rename to docs/output_examples/frontend-app/travel-advice-index.md diff --git a/doc/output_examples/generic.json b/docs/output_examples/generic.json similarity index 100% rename from doc/output_examples/generic.json rename to docs/output_examples/generic.json diff --git a/doc/placeholder_item.md b/docs/placeholder_item.md similarity index 100% rename from doc/placeholder_item.md rename to docs/placeholder_item.md diff --git a/doc/publish_intents.md b/docs/publish_intents.md similarity index 100% rename from doc/publish_intents.md rename to docs/publish_intents.md diff --git a/doc/redirect_item.md b/docs/redirect_item.md similarity index 100% rename from doc/redirect_item.md rename to docs/redirect_item.md diff --git a/doc/route_registration.md b/docs/route_registration.md similarity index 100% rename from doc/route_registration.md rename to docs/route_registration.md diff --git a/doc/technical-information.md b/docs/technical-information.md similarity index 100% rename from doc/technical-information.md rename to docs/technical-information.md