Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website & API Doc site generator using DocFx script #206

Merged
merged 66 commits into from
Feb 26, 2019
Merged
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
0e78fa3
Initial commit of powershell build to create an API doc site with docfx
Shazwazza May 16, 2017
98daf25
Updates styles, etc... for the docs
Shazwazza May 16, 2017
beec80a
updates build script to serve website
Shazwazza May 16, 2017
11c9cc4
updates build to properly serve with an option to not clean cache files
Shazwazza May 16, 2017
6359774
Merge remote-tracking branch 'lucene/master' into docfx-apidocs
Shazwazza Jun 30, 2017
2d362b2
adds index file for api docs
Shazwazza Jun 30, 2017
d4a90da
fixes a couple of crefs
Shazwazza Jun 30, 2017
2cf2aff
creates custom docs files
Shazwazza Jun 30, 2017
789237e
updates script to ensure it only includes csproj's that are in the sl…
Shazwazza Jun 30, 2017
d440348
Adds wiki example docs, fixes up some toc, adds logging to build, fix…
Shazwazza Jul 7, 2017
856faf5
Removes use of custom template files since we can just use the built …
Shazwazza Jul 7, 2017
710b193
Adds test files, fixing up some doc refs
Shazwazza Jul 7, 2017
7a84897
Fixes namespace overwrite issue, adds solution for custom markdown pl…
Shazwazza Jul 7, 2017
248a08f
fixes exposed name of plugin
Shazwazza Jul 7, 2017
c31809e
Moves source code for docs formatter to the 'src' folder
Shazwazza Jul 10, 2017
713c911
Merge remote-tracking branch 'lucene/master' into docfx-apidocs
Shazwazza Jul 17, 2017
a4f2717
Updates build script to ensure the custom DocFx plugin is built for t…
Shazwazza Jul 17, 2017
e5a30e1
Merge remote-tracking branch 'lucene/master' into docfx-apidocs
Shazwazza Aug 24, 2017
f311b11
Updates to latest docfx version
Shazwazza Aug 24, 2017
0efb8ab
Splitting build into separate projects so we can browse APIs per proj…
Shazwazza Sep 7, 2017
c9da684
Gets projects all building separately, added a custom toc, and now we…
Shazwazza Sep 7, 2017
eba9e22
updates build, ignore and toc
Shazwazza Sep 7, 2017
9fcf112
OK, gets projects -> namespace api docs working but the breadcrumb is…
Shazwazza Sep 7, 2017
928ba72
turns it into a 3 level toc for now which is better than before, awai…
Shazwazza Sep 7, 2017
307e6ba
Merge remote-tracking branch 'lucene/master' into docfx-apidocs
Shazwazza Sep 27, 2017
44fecfc
updates to latest docfx including the references in the docs plugin p…
Shazwazza Sep 27, 2017
07abde8
Gets CLI docs building and included as a header link and adds toc fil…
Shazwazza Sep 27, 2017
a685ced
fixes some csproj refs
Shazwazza Sep 27, 2017
981d175
adds the Kuromoji package
Shazwazza Sep 27, 2017
e3cd5bd
Gets more building, includes the markdown docs for use as the namespa…
Shazwazza Sep 27, 2017
6753ff7
removes the replicator from the docs since that was erroring for some…
Shazwazza Sep 27, 2017
eebcb6e
Moves the docfx build yml files to a better temporary folder making i…
Shazwazza Sep 28, 2017
3c94355
fixes the sln file since there was a duplicate project declared
Shazwazza Sep 28, 2017
9a3a7f7
fixes toc references
Shazwazza Sep 28, 2017
b57e572
ensure the docfx log location is absolute
Shazwazza Sep 28, 2017
0bf4876
Adds demo, removes old unused doc example files, updates and includes…
Shazwazza Oct 6, 2017
92466a6
Merge remote-tracking branch 'LUCENE/master' into docfx-apidocs
Shazwazza Nov 10, 2017
e399009
re-organizes the files that are included as files vs namespace overri…
Shazwazza Dec 22, 2017
03e5691
Get the correct /api URI paths for the generated api docs
Shazwazza Jan 8, 2018
dbdb0a2
fix whitespace for the @lucene.experimental thing to work
Shazwazza Jan 8, 2018
3a75ab7
Updates build to include TestFramework, updates index to match the ja…
Shazwazza Jan 8, 2018
c367ead
Gets the index page back to normal with the deep links to API docs, f…
Shazwazza Jan 8, 2018
ae1358b
removes duplicate entry
Shazwazza Jan 8, 2018
4774cea
removes the test framework docs from building because this causes col…
Shazwazza Jan 15, 2018
498b34e
Gets the website up and running with a nice template, updates styles …
Shazwazza Jun 5, 2018
4cce528
moves the quick start into a partial
Shazwazza Jun 5, 2018
f5dd33b
Gets most info and links all ready for the website
Shazwazza Jun 5, 2018
4410d78
Updates more docs for the website and fixes some invalid links
Shazwazza Jun 6, 2018
c7847af
commits whitespace changes as a result of a slightly different doc co…
Shazwazza Jun 6, 2018
3fe7a94
Revert "commits whitespace changes as a result of a slightly differen…
Shazwazza Jun 6, 2018
adbd663
Updates docs based on the new output of the converter
Shazwazza Jun 6, 2018
641f61d
Gets more docs converted properly with the converter
Shazwazza Jun 7, 2018
4181930
Updates the doc converter to append yaml headers correctly
Shazwazza Jun 7, 2018
d30666f
Fixes most of the xref links
Shazwazza Jun 7, 2018
544731a
Fixes link parsing in the doc converter
Shazwazza Jun 7, 2018
7ca803a
removes breadcrumb from download doc, more xrefs fixed
Shazwazza Aug 20, 2018
efb0b00
Attempting to modify the markdig markdown engine to process special t…
Shazwazza Aug 21, 2018
80c5f20
Revert "Attempting to modify the markdig markdown engine to process s…
Shazwazza Aug 21, 2018
2dd11c0
Gets the DFM markdown engine running again so the @lucene.experimenta…
Shazwazza Aug 21, 2018
99ef2ff
Updates some website info
Shazwazza Feb 19, 2019
1634932
Adds separate docs page to link to the various docs for different ver…
Shazwazza Feb 19, 2019
e288834
fix typo
Shazwazza Feb 19, 2019
7d05a79
bumps the date, small change to the source code doc
Shazwazza Feb 19, 2019
6ee616c
Gets the download page all working for the different versions with ch…
Shazwazza Feb 22, 2019
9ad9d77
Fixing links to the download-package
Tasteful Feb 24, 2019
61ab984
Merge pull request #1 from Tasteful/patch-1
Shazwazza Feb 24, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'lucene/master' into docfx-apidocs
  • Loading branch information
Shazwazza committed Jun 30, 2017
commit 63597742f84a2c1e08ff07faf5eb003cb67425fe
7 changes: 7 additions & 0 deletions Lucene.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "apidocs", "apidocs", "{58FD
apidocs\index.md = apidocs\index.md
apidocs\toc.yml = apidocs\toc.yml
EndProjectSection
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Analysis.SmartCn", "src\Lucene.Net.Analysis.SmartCn\Lucene.Net.Analysis.SmartCn.csproj", "{DBA35EDF-A0FF-4DF7-AE4F-A103B01CD488}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Tests.Analysis.SmartCn", "src\Lucene.Net.Tests.Analysis.SmartCn\Lucene.Net.Tests.Analysis.SmartCn.csproj", "{8C8D78D3-BFFD-4301-953B-FE5350B2AEEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Analysis.Phonetic", "src\Lucene.Net.Analysis.Phonetic\Lucene.Net.Analysis.Phonetic.csproj", "{DAFE3B64-616A-4A2F-90E5-1F135E8A9AF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Tests.Analysis.Phonetic", "src\Lucene.Net.Tests.Analysis.Phonetic\Lucene.Net.Tests.Analysis.Phonetic.csproj", "{A2867797-0A5D-4878-8F59-58C399C9A4E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.