We can also add assets there:
It’s all here: https://github.com/apache/lucene/tree/main/lucene/documentation/src ----- Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: [email protected] From: Uwe Schindler <[email protected]> Sent: Saturday, May 1, 2021 12:08 PM To: '[email protected]' <[email protected]> Cc: 'Michael Wechner' <[email protected]> Subject: RE: Moving usage documentation of Luke to Lucene Website Hi, we could also add the whole GUI documentation from the old site (I assume it’s Github’s Wiki markdown and just copy it to our documentation module directory. It will then automatically convert all “*.md” files to “*.html” when it builds the “site” documentation. Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: [email protected] <mailto:[email protected]> From: Tomoko Uchida <[email protected] <mailto:[email protected]> > Sent: Saturday, May 1, 2021 11:15 AM To: Lucene Dev <[email protected] <mailto:[email protected]> > Cc: Michael Wechner <[email protected] <mailto:[email protected]> > Subject: Re: Moving usage documentation of Luke to Lucene Website Just FYI, we're going to remove Javadocs for luke module from the documentation site (it does not much make sense publishing API docs for the GUI tool anyway). Instead, I've added a simple description about how to launch the app. https://github.com/apache/lucene/pull/120 Tomoko 2021年5月1日(土) 8:15 Robert Muir <[email protected] <mailto:[email protected]> >: please submit a PR if you have the time! On Fri, Apr 30, 2021 at 3:38 PM Michael Wechner <[email protected] <mailto:[email protected]> > wrote: > > sounds good to me :-) > > Would you like me to do a pull request or will you copy the README.md > yourself? > > Thanks > > Michael > > Am 30.04.21 um 16:59 schrieb Robert Muir: > > I'll throw out the idea of moving the README.md to > > https://github.com/apache/lucene/tree/main/lucene/luke > > > > That way it is in the main source tree, versioned, and pushed as part > > of the release process. We could then fix the gradle documentation > > task to incorporate any module's README.md into the main release > > documentation file (such as > > https://lucene.apache.org/core/8_8_2/index.html). Also for now at > > least, it would be visible from github too. > > > > On Fri, Apr 30, 2021 at 10:32 AM Jan Høydahl <[email protected] > > <mailto:[email protected]> > wrote: > >> Hi > >> > >> That could be feasible. Have a look at the website git repo at > >> https://github.com/apache/lucene-site. > >> Should be fairly easy to move the Markdown files from github to this site, > >> which also accepts Markdown... > >> > >> Jan > >> > >>> 30. apr. 2021 kl. 08:41 skrev Michael Wechner <[email protected] > >>> <mailto:[email protected]> >: > >>> > >>> Hi > >>> > >>> I just noticed that Luke became a Lucene Module > >>> > >>> https://github.com/DmitryKey/luke#important-notice > >>> https://mocobeta.medium.com/luke-become-an-apache-lucene-module-as-of-lucene-8-1-7d139c998b2 > >>> https://lucene.apache.org/core/8_8_2/luke/index.html > >>> > >>> Wouldn't it make sense to move the "Usage documentation of Luke" from > >>> https://github.com/DmitryKey/luke#luke to somewhere inside > >>> lucene.apache.org <http://lucene.apache.org> ? > >>> > >>> Thanks > >>> > >>> Michael > >>> > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [email protected] > >>> <mailto:[email protected]> > >>> For additional commands, e-mail: [email protected] > >>> <mailto:[email protected]> > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> <mailto:[email protected]> > >> For additional commands, e-mail: [email protected] > >> <mailto:[email protected]> > >> > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > <mailto:[email protected]> > > For additional commands, e-mail: [email protected] > > <mailto:[email protected]> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] <mailto:[email protected]> For additional commands, e-mail: [email protected] <mailto:[email protected]>
