Skip to content

Commit

Permalink
updates docs links and some version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Feb 28, 2020
1 parent fc144ef commit 347bcc8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion websites/apidocs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
"_appFooter": "Copyright © 2020 Licensed to the Apache Software Foundation (ASF)",
"_gitContribute": {
"repo": "https://github.com/apache/lucenenet",
"branch": "master",
"branch": "docs-4.8.0-beta00007",

This comment has been minimized.

Copy link
@NightOwl888

NightOwl888 Feb 28, 2020

Contributor

I have adopted the naming convention of using a forward slash to delineate the subject of a branch from its description. For example, releases/v2.0. Seems like it might be a good idea to do the same here: docs/v4.8.0-beta00007 or possibly just docs/4.8.0-beta00007.

This comment has been minimized.

Copy link
@Shazwazza

Shazwazza Mar 1, 2020

Author Contributor

Sounds good, i'll update this all when I create these branches to be targeted. Thanks!

"apiSpecFolder": "websites/apidocs/apiSpec"
}
},
Expand Down
2 changes: 1 addition & 1 deletion websites/apidocs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on some of the conceptual or inner details of Lucene:

## Reference Documents

* [Changes](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0): List of changes in this release.
* [Changes](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00007): List of changes in this release.
* System Requirements: Minimum and supported .NET versions. __TODO: Add link__
* Migration Guide: What changed in Lucene 4; how to migrate code from Lucene 3.x. __TODO: Add link__
* [File Formats](xref:Lucene.Net.Codecs.Lucene46) : Guide to the supported index format used by Lucene. This can be customized by using [an alternate codec](xref:Lucene.Net.Codecs).
Expand Down
8 changes: 4 additions & 4 deletions websites/site/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Lucene.Net Documentation

The API docs are slightly different between versions, each one is listed below:

* [4.8.0-beta00007](http://lucenenet.apache.org/docs/4.8.0-beta00007/Index.html)
* [4.8.0-beta00001 -> 4.8.0-beta00006](http://lucenenet.apache.org/docs/4.8.0-beta00006/Index.html)
* [4.8.0-beta00007](https://lucenenet.apache.org/docs/4.8.0-beta00007/Index.html)
* [4.8.0-beta00001 -> 4.8.0-beta00006](https://lucenenet.apache.org/docs/4.8.0-beta00005/Index.html)

## Lucene 3.0.3

The documentation website for Lucene 3.0.3 is here [http://lucenenet.apache.org/docs/3.0.3/Index.html](http://lucenenet.apache.org/docs/3.0.3/Index.html)
The documentation website for Lucene 3.0.3 is here [http://lucenenet.apache.org/docs/3.0.3/Index.html](https://lucenenet.apache.org/docs/3.0.3/Index.html)

## Lucene 2.9.4.1

The documentation website for Lucene 3.0.3 is here [http://lucenenet.apache.org/docs/2.9.4/Index.html](http://lucenenet.apache.org/docs/2.9.4/Index.html)
The documentation website for Lucene 3.0.3 is here [http://lucenenet.apache.org/docs/2.9.4/Index.html](https://lucenenet.apache.org/docs/2.9.4/Index.html)
2 changes: 1 addition & 1 deletion websites/site/download/version-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _Status:_ __`Beta`__
_Released:_ __`Pending...`__

<div class="nuget-well" style="text-align:left;">
PM> Install-Package Lucene.Net -Version 4.8.0-beta00005
PM> Install-Package Lucene.Net -Version 4.8.0-beta00007
</div>

### Source code
Expand Down

0 comments on commit 347bcc8

Please sign in to comment.