From 9b60453b33c95595aab3431414f2e782ac495b82 Mon Sep 17 00:00:00 2001 From: "the Phoeron\" Colin J.E. Lupton" <thephoeron@protonmail.com> Date: Mon, 5 Sep 2022 10:51:58 -0400 Subject: [PATCH] Move Exercise 1.1.8, Configuring Your Development Environment to Preface --- CHANGELOG.md | 6 ++++++ SUMMARY.md | 2 +- acknowledgements.md | 2 +- 1-01-08-configuration.md => configuration.md | 2 +- introduction.md | 2 +- preface-part-three.md | 2 +- preface-part-two.md | 2 +- preface.md | 2 +- 8 files changed, 13 insertions(+), 7 deletions(-) rename 1-01-08-configuration.md => configuration.md (99%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f05bb..6d57913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 2022-09-05 + +- Moved Exercise 1.1.8, "Configuring Your Development Environment" to Preface +- Incremented Preface part numbers appropriately +- Reformatted Preface titles + ## 2022-09-02 - Added full FAQ from old LLTHW web-app, revised as necessary to reflect migration to GitBook for GitLab Pages, and moved to more prominent separate document from title page diff --git a/SUMMARY.md b/SUMMARY.md index 674c65e..7ea8244 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -12,6 +12,7 @@ * [TANSTAAFL](preface.md) * [The Hard Way is Easier](preface-part-two.md) * [Who Is This Book For?](preface-part-three.md) +* [Configuring Your Development Environment](./configuration.md) * [Lisp: A Future History](introduction.md) * [Acknowledgements](acknowledgements.md) @@ -26,7 +27,6 @@ * [Symbols and Namespaces](./1-01-05-symbols.md) * [Prefix Notation](./1-01-06-prefix-notation.md) * [Common Lisp Style Guide](./1-01-07-style-guide.md) - * [Configuring Your Development Environment](./1-01-08-configuration.md) * [Printing, Streams, and Strings](1-02-00-input-output.md) * [Strings](./1-02-01-strings.md) * [More Strings](./1-02-02-more-strings.md) diff --git a/acknowledgements.md b/acknowledgements.md index 7b98793..6bd0cb2 100644 --- a/acknowledgements.md +++ b/acknowledgements.md @@ -1,4 +1,4 @@ -# Preface pt. V +# Preface, Pt. VI ## Acknowledgements diff --git a/1-01-08-configuration.md b/configuration.md similarity index 99% rename from 1-01-08-configuration.md rename to configuration.md index 685a0e4..29b1093 100644 --- a/1-01-08-configuration.md +++ b/configuration.md @@ -1,4 +1,4 @@ -# Exercise 1.1.8 +# Preface, Pt. IV ## Configuring Your Development Environment diff --git a/introduction.md b/introduction.md index 061f60b..5e95161 100644 --- a/introduction.md +++ b/introduction.md @@ -1,4 +1,4 @@ -# Preface pt. IV +# Preface, Pt. V ## Lisp, a Future History diff --git a/preface-part-three.md b/preface-part-three.md index 5c2b6b5..13e35dc 100644 --- a/preface-part-three.md +++ b/preface-part-three.md @@ -1,4 +1,4 @@ -# Preface pt. III +# Preface, Pt. III ## Who Is This Book For? diff --git a/preface-part-two.md b/preface-part-two.md index 9e25927..4b8227f 100644 --- a/preface-part-two.md +++ b/preface-part-two.md @@ -1,4 +1,4 @@ -# Preface pt. II +# Preface, Pt. II ## The Hard Way Is Easier diff --git a/preface.md b/preface.md index 1340bec..f4ab6a7 100644 --- a/preface.md +++ b/preface.md @@ -1,4 +1,4 @@ -# Preface pt. I +# Preface, Pt. I ## TANSTAAFL -- GitLab