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

Update redirect aliases #61

Merged
merged 4 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions contents/en/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
description: "GitHub Copilot Patterns & Exercises"
aliases:
- /docs/contributing
- /docs/v/en/contributing
---
# Contributing to GitHub Copilot Patterns & Exercises

Expand Down
64 changes: 0 additions & 64 deletions contents/en/SUMMARY.md

This file was deleted.

6 changes: 6 additions & 0 deletions contents/en/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
aliases:
- /docs/
- /docs/v/en/
---

# GitHub Copilot Patterns and Exercises

Welcome to the **GitHub Copilot Patterns & Exercises** documentation! 👋
Expand Down
3 changes: 3 additions & 0 deletions contents/en/client-tips/copilot-snippet-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: client-tips
authors: [yuhattor]
platforms: [copilot]
level: lv2
aliases:
- /docs/client-tips/copilot-snippet-handling
- /docs/v/en/client-tips/copilot-snippet-handling
---

## Copilot Snippet Handling
Expand Down
3 changes: 3 additions & 0 deletions contents/en/client-tips/github-copilot-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: client-tips
authors: [yuhattor]
platforms: [copilot]
level: lv3
aliases:
- /docs/client-tips/github-copilot-shortcuts
- /docs/v/en/client-tips/github-copilot-shortcuts
---

## GitHub Copilot Shortcuts
Expand Down
3 changes: 3 additions & 0 deletions contents/en/client-tips/go-to-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: "client-tips"
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv1
aliases:
- /docs/client-tips/go-to-definition
- /docs/v/en/client-tips/go-to-definition
---

## Go to definition
Expand Down
3 changes: 3 additions & 0 deletions contents/en/client-tips/pin-the-file-you-need.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: client-tips
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv2
aliases:
- /docs/client-tips/pin-the-file-you-need
- /docs/v/en/client-tips/pin-the-file-you-need
---

## Pin the files you need
Expand Down
3 changes: 3 additions & 0 deletions contents/en/collaboration/ai-friendly-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ description: "Be friendly to AI by writing text-based documentation. AI can read
authors: [yuhattor]
category: collaboration
level: lv1
aliases:
- /docs/collaboration/ai-friendly-documentation
- /docs/v/en/collaboration/ai-friendly-documentation
---

## AI-friendly documentation
Expand Down
3 changes: 3 additions & 0 deletions contents/en/collaboration/coaching-on-prompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ description: "Review your peers' prompts and give them feedback so that they can
authors: [yuhattor]
category: collaboration
level: lv0
aliases:
- /docs/collaboration/coaching-on-prompts
- /docs/v/en/collaboration/coaching-on-prompts
---

## Coaching on Prompts and Code Generating Process
Expand Down
3 changes: 3 additions & 0 deletions contents/en/design-pattern/ai-readable-naming-convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors: [yuhattor]
category: design-pattern
platforms: [copilot, copilot-chat]
level: lv2
aliases:
- /docs/design-pattern/ai-readable-naming-convention
- /docs/v/en/design-pattern/ai-readable-naming-convention
---

## AI readable naming convention
Expand Down
3 changes: 3 additions & 0 deletions contents/en/design-pattern/consistent-coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors: [yuhattor]
category: design-pattern
platforms: [copilot, copilot-chat]
level: lv3
aliases:
- /docs/design-pattern/conistent-coding-style
- /docs/v/en/design-pattern/consistent-coding-style
---

## Consistent coding style
Expand Down
3 changes: 3 additions & 0 deletions contents/en/design-pattern/context-less-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors: [yuhattor]
category: design-pattern
platforms: [copilot, copilot-chat]
level: lv0
aliases:
- /docs/design-pattern/context-less-architecture
- /docs/v/en/design-pattern/context-less-architecture
---

## Context-less Architecture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors: [yuhattor]
category: design-pattern
platforms: [copilot, copilot-chat]
level: lv0
aliases:
- /docs/design-pattern/eliminating-a-tiny-oss-dependency
- /docs/v/en/design-pattern/eliminating-a-tiny-oss-dependency
---

## Eliminating a tiny OSS dependency
Expand Down
3 changes: 3 additions & 0 deletions contents/en/design-pattern/high-level-architecture-first.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors: [yuhattor]
category: design-pattern
platforms: [copilot, copilot-chat]
level: lv1
aliases:
- /docs/design-pattern/high-level-architecture-first
- /docs/v/en/design-pattern/high-level-architecture-first
---

## High-level Architecture First
Expand Down
3 changes: 3 additions & 0 deletions contents/en/design-pattern/working-on-small-chunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors: [yuhattor]
category: design-pattern
platforms: [copilot, copilot-chat]
level: lv2
aliases:
- /docs/design-pattern/working-on-small-chunk
- /docs/v/en/design-pattern/working-on-small-chunk
---

## Working on Small Chunks
Expand Down
3 changes: 3 additions & 0 deletions contents/en/general/code-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: general
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv3
aliases:
- /docs/general/code-completion
- /docs/v/en/general/code-completion
---

## Code Completion
Expand Down
3 changes: 3 additions & 0 deletions contents/en/general/code-to-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: general
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv3
aliases:
- /docs/general/code-to-comment
- /docs/v/en/general/code-to-comment
---

## Code to Comment: Generating Comments from Code
Expand Down
3 changes: 3 additions & 0 deletions contents/en/general/code-to-document.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: general
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv3
aliases:
- /docs/general/code-to-document
- /docs/v/en/general/code-to-document
---

## Code to Document
Expand Down
3 changes: 3 additions & 0 deletions contents/en/general/comment-to-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: general
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv3
aliases:
- /docs/general/comment-to-code
- /docs/v/en/general/comment-to-code
---

## Comment to Code Generation
Expand Down
3 changes: 3 additions & 0 deletions contents/en/general/language-translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: general
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv3
aliases:
- /docs/general/language-translation
- /docs/v/en/general/language-translation
---

## Language Translation
Expand Down
3 changes: 3 additions & 0 deletions contents/en/general/object-generation-from-structured-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: general
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv2
aliases:
- /docs/general/object-generation-from-structured-data
- /docs/v/en/general/object-generation-from-structured-data
---

## Object Generation from Structured Data
Expand Down
3 changes: 3 additions & 0 deletions contents/en/general/quick-qna.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: general
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv3
aliases:
- /docs/general/quick-qna
- /docs/v/en/general/quick-qna
---

## Quick Q&A : A Technique for Fast Interaction with Copilot
Expand Down
3 changes: 3 additions & 0 deletions contents/en/general/regular-expression.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: general
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv1
aliases:
- /docs/general/regular-expression
- /docs/v/en/general/regular-expression
---

## Regular Expression
Expand Down
3 changes: 3 additions & 0 deletions contents/en/general/showing-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: general
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv1
aliases:
- /docs/general/showing-examples
- /docs/v/en/general/showing-examples
---

## Showing Examples
Expand Down
3 changes: 3 additions & 0 deletions contents/en/general/type-hinting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: general
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv1
aliases:
- /docs/general/type-hinting
- /docs/v/en/general/type-hinting
---

## Type Hinting
Expand Down
20 changes: 10 additions & 10 deletions contents/en/menu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
* [Asking with open-ended questions](./refactoring/asking-with-open-ended-questions.md)

* Archived Version
* [English 🇬🇧](https://www.ai-native.dev/archived/)
* [German 🇩🇪](https://www.ai-native.dev/archived/german)
* [Spanish 🇪🇸](https://www.ai-native.dev/archived/spanish)
* [French 🇫🇷](https://www.ai-native.dev/archived/french)
* [Italy 🇮🇹](https://www.ai-native.dev/archived/italy)
* [Japanese 🇯🇵](https://www.ai-native.dev/archived/japanese)
* [Portuguese 🇵🇹](https://www.ai-native.dev/archived/portuguese)
* [Chinese 🇨🇳](https://www.ai-native.dev/archived/chinese)

* [GitHub](https://github.com/yuhattor/copilot-patterns)
* [English 🇬🇧](https://ai-native-development.gitbook.io/archived/)
* [German 🇩🇪](https://ai-native-development.gitbook.io/archived/german)
* [Spanish 🇪🇸](https://ai-native-development.gitbook.io/archived/spanish)
* [French 🇫🇷](https://ai-native-development.gitbook.io/archived/french)
* [Italy 🇮🇹](https://ai-native-development.gitbook.io/archived/italy)
* [Japanese 🇯🇵](https://ai-native-development.gitbook.io/archived/japanese)
* [Portuguese 🇵🇹](https://ai-native-development.gitbook.io/archived/portuguese)
* [Chinese 🇨🇳](https://ai-native-development.gitbook.io/archived/chinese)

* [GitHub](https://github.com/yuhattor/copilot-patterns)
3 changes: 3 additions & 0 deletions contents/en/refactoring/asking-with-open-ended-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: refactoring
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv1
aliases:
- /docs/refactoring/asking-with-open-ended-questions
- /docs/v/en/refactoring/asking-with-open-ended-questions
---

## Asking with Open-Ended Questions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: refactoring
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv1
aliases:
- /docs/refactoring/making-the-calculation-part-independent
- /docs/v/en/refactoring/making-the-calculation-part-independent
---

## Making the Calculation Part Independent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: refactoring
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv2
aliases:
- /docs/refactoring/writing-test-code-before-refactoring
- /docs/v/en/refactoring/writing-test-code-before-refactoring
---

## Writing test code before refactoring
Expand Down
3 changes: 3 additions & 0 deletions contents/en/testing/creating-unit-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: testing
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv3
aliases:
- /docs/testing/creating-unit-tests
- /docs/v/en/testing/creating-unit-tests
---

## Creating Unit Tests
Expand Down
3 changes: 3 additions & 0 deletions contents/en/testing/specify-test-valiation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: testing
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv2
aliases:
- /docs/testing/specify-test-valiation
- /docs/v/en/testing/specify-test-valiation
---

## Specify How to Generate Test Code
Expand Down
3 changes: 3 additions & 0 deletions contents/en/testing/test-only-what-is-necessary.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: testing
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv0
aliases:
- /docs/testing/test-only-what-is-necessary
- /docs/v/en/testing/test-only-what-is-necessary
---

## Test Only What is Necessary
Expand Down
3 changes: 3 additions & 0 deletions contents/en/testing/writing-failure-case-first.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ category: testing
authors: [yuhattor]
platforms: [copilot, copilot-chat]
level: lv0
aliases:
- /docs/testing/writing-failure-case-first
- /docs/v/en/testing/writing-failure-case-first
---

## Writing Failure Case First
Expand Down
Loading