From adf6d185606e9c8a0d13123bc6601e941c951f92 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 11 Feb 2018 10:02:51 -0600 Subject: [PATCH] update index file to go back to simple markdown --- Makefile | 5 - index.adoc | 17 -- index.html | 812 ----------------------------------------------------- index.md | 17 ++ 4 files changed, 17 insertions(+), 834 deletions(-) delete mode 100644 Makefile delete mode 100644 index.adoc delete mode 100644 index.html create mode 100644 index.md diff --git a/Makefile b/Makefile deleted file mode 100644 index d509bd36..00000000 --- a/Makefile +++ /dev/null @@ -1,5 +0,0 @@ - -%.html: %.adoc - asciidoc $< > $@ - -all: index.html diff --git a/index.adoc b/index.adoc deleted file mode 100644 index a07b41d8..00000000 --- a/index.adoc +++ /dev/null @@ -1,17 +0,0 @@ -= OCaml-containers - -link:last[Current documentation] - -Other versions: - -- link:dev[dev] -- link:2.0[2.0] -- link:1.4[1.4] -- link:1.3[1.3] -- link:1.2[1.2] -- link:1.1[1.1] -- link:1.0[1.0] -- link:0.21[0.21] -- link:0.20[0.20] -- link:0.19[0.19] -- link:0.17[0.17] diff --git a/index.html b/index.html deleted file mode 100644 index d40e4138..00000000 --- a/index.html +++ /dev/null @@ -1,812 +0,0 @@ - - - - - - -OCaml-containers - - - - - -
-
-
- -

Other versions:

-
-
-
-
-

- - - diff --git a/index.md b/index.md new file mode 100644 index 00000000..16e28fce --- /dev/null +++ b/index.md @@ -0,0 +1,17 @@ +# OCaml-containers + +[Current documentation](last) + +Other versions: + +- [dev](dev) +- [2.0](2.0) +- [1.4](1.4) +- [1.3](1.3) +- [1.2](1.2) +- [1.1](1.1) +- [1.0](1.0) +- [0.21](0.21) +- [0.20](0.20) +- [0.19](0.19) +- [0.17](0.17)