diff --git a/docs/README.md b/docs/README.md index 16a4f46..459ce97 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,8 @@ Diese Doku wird in [Read the Docs](http://readthedocs.io) in eine schöne Dokumentation verwandelt, die auch als PDF druckbar ist. -Hier die deutsche Variante: [deutsch](./de) +Hier die deutsche Variante: [deutsch](./de) +Here is the english version: [english](./en) Bilder gehen auch: diff --git a/docs/en/README.md b/docs/en/README.md new file mode 100644 index 0000000..9d932a7 --- /dev/null +++ b/docs/en/README.md @@ -0,0 +1,12 @@ +# Documentation on github-com-ondics-test + +Language: en + +This document is published in [Read the Docs]http://readthedocs.io) +transformed beautiful documentation that can also be printed as a PDF. + +Here is the german version: [German](../de) + +Images also work: + +![Ondics Logo](../ondics-logo.png "Ondics Logo") diff --git a/docs/en/index.rst b/docs/en/index.rst new file mode 100644 index 0000000..9d932a7 --- /dev/null +++ b/docs/en/index.rst @@ -0,0 +1,12 @@ +# Documentation on github-com-ondics-test + +Language: en + +This document is published in [Read the Docs]http://readthedocs.io) +transformed beautiful documentation that can also be printed as a PDF. + +Here is the german version: [German](../de) + +Images also work: + +![Ondics Logo](../ondics-logo.png "Ondics Logo") diff --git a/docs/index.rst b/docs/index.rst index 16a4f46..954a199 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,6 +4,7 @@ Diese Doku wird in [Read the Docs](http://readthedocs.io) in eine schöne Dokumentation verwandelt, die auch als PDF druckbar ist. Hier die deutsche Variante: [deutsch](./de) +Here is the english version: [english](./en) Bilder gehen auch: diff --git a/docs/ondics-logo.png b/docs/ondics-logo.png new file mode 100644 index 0000000..67bed71 Binary files /dev/null and b/docs/ondics-logo.png differ