diff mbox series

[qemu-web] documentation: link to nightly documentation

Message ID 20191108100526.401847-1-stefanha@redhat.com
State New
Headers show
Series [qemu-web] documentation: link to nightly documentation | expand

Commit Message

Stefan Hajnoczi Nov. 8, 2019, 10:05 a.m. UTC
Link to the documentation built from qemu.git/master once a day.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
This depends on qemu.git "[PATCH 0/3] docs: build an index page for the
HTML docs".  We need that in order to build index.html.

 documentation.md | 2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Huth Nov. 8, 2019, 10:44 a.m. UTC | #1
On 08/11/2019 11.05, Stefan Hajnoczi wrote:
> Link to the documentation built from qemu.git/master once a day.
> 
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> This depends on qemu.git "[PATCH 0/3] docs: build an index page for the
> HTML docs".  We need that in order to build index.html.
> 
>   documentation.md | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/documentation.md b/documentation.md
> index f4ef9f4..662750c 100644
> --- a/documentation.md
> +++ b/documentation.md
> @@ -3,6 +3,8 @@ title: QEMU documentation
>   permalink: /documentation/
>   ---
>   
> +The latest development version documentation is available [here](https://wiki.qemu.org/docs/index.html).

Why are we using wiki.qemu.org here? Generated docs are not part of the 
Wiki, so this sounds confusing to me... Shouldn't this put somewhere on 
the main www.qemu.org domain instead?

  Thomas
Stefan Hajnoczi Nov. 8, 2019, 11:22 a.m. UTC | #2
On Fri, Nov 8, 2019 at 11:45 AM Thomas Huth <thuth@redhat.com> wrote:
> On 08/11/2019 11.05, Stefan Hajnoczi wrote:
> > Link to the documentation built from qemu.git/master once a day.
> >
> > Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> > ---
> > This depends on qemu.git "[PATCH 0/3] docs: build an index page for the
> > HTML docs".  We need that in order to build index.html.
> >
> >   documentation.md | 2 ++
> >   1 file changed, 2 insertions(+)
> >
> > diff --git a/documentation.md b/documentation.md
> > index f4ef9f4..662750c 100644
> > --- a/documentation.md
> > +++ b/documentation.md
> > @@ -3,6 +3,8 @@ title: QEMU documentation
> >   permalink: /documentation/
> >   ---
> >
> > +The latest development version documentation is available [here](https://wiki.qemu.org/docs/index.html).
>
> Why are we using wiki.qemu.org here? Generated docs are not part of the
> Wiki, so this sounds confusing to me... Shouldn't this put somewhere on
> the main www.qemu.org domain instead?

Thanks for bringing this up.  The docs are now available at
https://qemu.org/docs/master/.

Stefan
diff mbox series

Patch

diff --git a/documentation.md b/documentation.md
index f4ef9f4..662750c 100644
--- a/documentation.md
+++ b/documentation.md
@@ -3,6 +3,8 @@  title: QEMU documentation
 permalink: /documentation/
 ---
 
+The latest development version documentation is available [here](https://wiki.qemu.org/docs/index.html).
+
 The [QEMU user manual](https://qemu.weilnetz.de/qemu-doc.html) can be read online, courtesy of Stefan Weil.
 More documentation is found in the <a href="https://git.qemu.org/?p=qemu.git;a=tree;f=docs;hb=master">`docs`</a>
 directory of the QEMU git tree.