diff --git a/en/guides/exercises/creating-exercises/exercise/index.md b/en/guides/exercises/creating-exercises/exercise/index.md new file mode 100644 index 000000000..a902de6ea --- /dev/null +++ b/en/guides/exercises/creating-exercises/exercise/index.md @@ -0,0 +1,9 @@ +--- +title: "Creating exercises: problem statement and test suite" +sidebarTitle: Problem statement and test suite +order: 3 +prev: true +next: true +--- + +This guide is not yet available in English. diff --git a/en/guides/exercises/creating-exercises/index.md b/en/guides/exercises/creating-exercises/index.md new file mode 100644 index 000000000..ef126a931 --- /dev/null +++ b/en/guides/exercises/creating-exercises/index.md @@ -0,0 +1,5 @@ +--- +title: Creating exercises +skipIndex: true +order: 1 +--- diff --git a/en/guides/exercises/creating-exercises/introduction/index.md b/en/guides/exercises/creating-exercises/introduction/index.md new file mode 100644 index 000000000..51d009953 --- /dev/null +++ b/en/guides/exercises/creating-exercises/introduction/index.md @@ -0,0 +1,8 @@ +--- +title: "Creating exercises: introduction" +sidebarTitle: "Introduction" +order: 1 +next: true +--- + +This guide is not yet available in English. diff --git a/en/guides/exercises/creating-exercises/management/index.md b/en/guides/exercises/creating-exercises/management/index.md new file mode 100644 index 000000000..406b25f96 --- /dev/null +++ b/en/guides/exercises/creating-exercises/management/index.md @@ -0,0 +1,9 @@ +--- +title: "Creating exercises: next steps" +sidebarTitle: Next steps +order: 4 +prev: true +next: false +--- + +This guide is not yet available in English. diff --git a/en/guides/exercises/creating-exercises/setup/index.md b/en/guides/exercises/creating-exercises/setup/index.md new file mode 100644 index 000000000..24135ff41 --- /dev/null +++ b/en/guides/exercises/creating-exercises/setup/index.md @@ -0,0 +1,9 @@ +--- +title: "Creating exercises: installation" +sidebarTitle: Installation +order: 2 +prev: true +next: true +--- + +This guide is not yet available in English. diff --git a/en/guides/exercises/examples/class/index.md b/en/guides/exercises/examples/class/index.md new file mode 100644 index 000000000..61e515801 --- /dev/null +++ b/en/guides/exercises/examples/class/index.md @@ -0,0 +1,7 @@ +--- +title: Exercises with classes +sidebarTitle: Classes +order: 3 +--- + +This guide is not yet available in English. diff --git a/en/guides/exercises/examples/command-line/index.md b/en/guides/exercises/examples/command-line/index.md new file mode 100644 index 000000000..f8abeb986 --- /dev/null +++ b/en/guides/exercises/examples/command-line/index.md @@ -0,0 +1,7 @@ +--- +title: Exercise on command line +sidebarTitle: Command line +order: 4 +--- + +This guide is not yet available in English. diff --git a/en/guides/exercises/examples/function/index.md b/en/guides/exercises/examples/function/index.md new file mode 100644 index 000000000..4c22f2853 --- /dev/null +++ b/en/guides/exercises/examples/function/index.md @@ -0,0 +1,7 @@ +--- +title: Exercise with functions +sidebarTitle: Functions +order: 2 +--- + +This guide is not yet available in English. diff --git a/en/guides/exercises/examples/index.md b/en/guides/exercises/examples/index.md new file mode 100644 index 000000000..7412c8bb1 --- /dev/null +++ b/en/guides/exercises/examples/index.md @@ -0,0 +1,5 @@ +--- +title: Types of exercises +skipIndex: true +order: 2 +--- diff --git a/en/guides/exercises/examples/input-output/index.md b/en/guides/exercises/examples/input-output/index.md new file mode 100644 index 000000000..5876da22f --- /dev/null +++ b/en/guides/exercises/examples/input-output/index.md @@ -0,0 +1,7 @@ +--- +title: Exercise with input-output +sidebarTitle: "Input-output" +order: 1 +--- + +This guide is not yet available in English.