This is an automated email from the ASF dual-hosted git repository.
laimis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet-site.git.
from 486a890 placeholder file so that we can start forking the repo
new fea6853 All of the static files required for the new website
new be2a23f oops wrong link
new 6bbf843 Merge pull request #1 from Shazwazza/new-static-website
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
contributing/current-status.html | 118 ++
contributing/documentation.html | 134 ++
contributing/index.html | 138 ++
contributing/issue-tracker.html | 116 ++
contributing/mailing-lists.html | 128 ++
contributing/source.html | 125 ++
contributing/toc.html | 36 +
contributing/wiki.html | 117 ++
docs.html | 106 ++
download/download.html | 124 ++
download/toc.html | 27 +
download/version-2.html | 125 ++
download/version-3.html | 154 ++
download/version-4.html | 165 ++
favicon.ico | Bin 0 -> 99678 bytes
fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes
fonts/glyphicons-halflings-regular.svg | 288 +++
fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes
fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes
fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes
index.html | 193 ++
logo.svg | 25 +
logo/favicon.ico | Bin 0 -> 100911 bytes
logo/lucene-net-color.png | Bin 0 -> 8303 bytes
logo/lucene-net-icon-64x64.png | Bin 0 -> 2530 bytes
logo/lucene-net-reverse-color.png | Bin 0 -> 8661 bytes
manifest.json | 282 +++
search-stopwords.json | 121 ++
styles/docfx.css | 957 ++++++++++
styles/docfx.js | 1139 ++++++++++++
styles/docfx.vendor.css | 1464 +++++++++++++++
styles/docfx.vendor.js | 52 +
styles/lunr.js | 2924 ++++++++++++++++++++++++++++++
styles/lunr.min.js | 1 +
styles/main.css | 73 +
styles/main.js | 1 +
styles/search-worker.js | 80 +
styles/site.css | 131 ++
toc.html | 33 +
xrefmap.yml | 30 +
40 files changed, 9407 insertions(+)
create mode 100644 contributing/current-status.html
create mode 100644 contributing/documentation.html
create mode 100644 contributing/index.html
create mode 100644 contributing/issue-tracker.html
create mode 100644 contributing/mailing-lists.html
create mode 100644 contributing/source.html
create mode 100644 contributing/toc.html
create mode 100644 contributing/wiki.html
create mode 100644 docs.html
create mode 100644 download/download.html
create mode 100644 download/toc.html
create mode 100644 download/version-2.html
create mode 100644 download/version-3.html
create mode 100644 download/version-4.html
create mode 100644 favicon.ico
create mode 100644 fonts/glyphicons-halflings-regular.eot
create mode 100644 fonts/glyphicons-halflings-regular.svg
create mode 100644 fonts/glyphicons-halflings-regular.ttf
create mode 100644 fonts/glyphicons-halflings-regular.woff
create mode 100644 fonts/glyphicons-halflings-regular.woff2
create mode 100644 index.html
create mode 100644 logo.svg
create mode 100644 logo/favicon.ico
create mode 100644 logo/lucene-net-color.png
create mode 100644 logo/lucene-net-icon-64x64.png
create mode 100644 logo/lucene-net-reverse-color.png
create mode 100644 manifest.json
create mode 100644 search-stopwords.json
create mode 100644 styles/docfx.css
create mode 100644 styles/docfx.js
create mode 100644 styles/docfx.vendor.css
create mode 100644 styles/docfx.vendor.js
create mode 100644 styles/lunr.js
create mode 100644 styles/lunr.min.js
create mode 100644 styles/main.css
create mode 100644 styles/main.js
create mode 100644 styles/search-worker.js
create mode 100644 styles/site.css
create mode 100644 toc.html
create mode 100644 xrefmap.yml