Commit 5db0e8bd authored by Eric Timmons's avatar Eric Timmons
Browse files

Tighten the header

parent 9cbd7c61
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -21,12 +21,7 @@
           ;; deployment plugins
           ;; default deploy method is rsync
           (rsync "-avz" "--delete" "--exclude" ".git/" "--exclude" ".gitignore" "--copy-links"))
 :sitenav ((:url "https://common-lisp.net/project/cl-docker-images/" :name "Home")
           (:url "1.html" :name "News" :relative t)
 :sitenav ((:url "1.html" :name "News" :relative t)
           (:url "images/implementation-specific.html" :name "Implementation Images" :relative t)
           (:url "roadmap.html" :name "Roadmap" :relative t)
           (:url "infrastructure.html" :name "Infrastructure" :relative t)
           (:url "history.html" :name "History" :relative t)
           (:url "code-of-conduct.html" :name "Code of Conduct" :relative t)
           (:url "https://gitlab.common-lisp.net/cl-docker-images" :name "Code"))
 :staging-dir "/tmp/coleslaw/")
+13 −3
Original line number Diff line number Diff line
@@ -19,9 +19,10 @@ themselves, we plan on show casing uses of these images.

We publish the following types of images:

-   **Implementation specific:** These images contain a single Common Lisp
    implementation.
-   **Development:** These images are geared toward interactive development.
-   [**Implementation specific**](images/implementation-specific.html): These
    images contain a single Common Lisp implementation.
-   [**Development**](images/development.html): These images are geared toward
    interactive development.

We publish images for the following platforms. If someone would like to
donate hardware or expertise for setting up environments for other platforms,
@@ -31,3 +32,12 @@ please reach out!
-   `linux/arm/v7`
-   `linux/arm64/v8`
-   `windows/amd64`

The following pages contain more detail on this project:

- [**Roadmap**](roadmap.html): Where this project is going in the future.
- [**Infrastructure**](infrastructure.html): Where the code is hosted and how
  the images are built.
- [**History**](history.html): Where these images came from.
- [**Code of Conduct**](code-of-conduct.html): How we expect contributors to
  interact with each other.