From 73425197aabd359dc3701d11d0bab89f2c3376ee Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 4 May 2021 14:53:13 +0200 Subject: [PATCH] [v3] Update Markdown files to latest spec (#83) All Markdown files should, from this point on, start with a level one heading. See https://github.com/exercism/configlet/issues/150 for the rationale behind these changes. The full specification can be found [here](https://github.com/exercism/docs/blob/main/contributing/standards/markdown.md). --- docs/INSTALLATION.md | 2 ++ docs/LEARNING.md | 2 +- docs/RESOURCES.md | 2 ++ docs/TESTS.md | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index 8c8764f..da56bd4 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -1,3 +1,5 @@ +# Installation + You'll need access to a mounted Oracle DB. If you don't have one already installed, here are a few options: * get a free workspace at https://apex.oracle.com diff --git a/docs/LEARNING.md b/docs/LEARNING.md index a1be6f9..4be408e 100644 --- a/docs/LEARNING.md +++ b/docs/LEARNING.md @@ -1,4 +1,4 @@ -## Recommended Learning Resources +# Recommended Learning Resources Exercism provides exercises and feedback but there are a number of resources that can help you get started more smoothely: diff --git a/docs/RESOURCES.md b/docs/RESOURCES.md index db77468..10649bc 100644 --- a/docs/RESOURCES.md +++ b/docs/RESOURCES.md @@ -1,3 +1,5 @@ +# Resources + * [Oracle - PL/SQL Language Reference ](http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/toc.htm) * [Builtin Function Reference](http://psoug.org/reference/builtin_functions.html) * [Ask Tom](https://asktom.oracle.com/) - Advice by the PL/SQL Guru diff --git a/docs/TESTS.md b/docs/TESTS.md index 0081cc4..d3b73fa 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -1,2 +1,4 @@ +# Tests + The command to execute the tests for each problem will be part of the test file. To run the test, you need to be connected to a mounted Oracle DB.