Martin Enzelsberger
80cd4e0124
Add a StartingPageName setting
This setting makes the name of the "Home" page configurable.
Example usage in docnet.json:
"StartingPageName": "Getting Started",
8 years ago
Frans Bouma
e60dab4b0a
Version bump, (c) text adjustment
8 years ago
Frans Bouma
2e1bbee255
Root relative elements don't have their own css class anymore
This was confusing and unnecessary and created a useless space in root-referenced pages with 2+ levels of headings.
So currentrelativeroot has been removed, all elements which had that css class now have currentrelative as css class.
8 years ago
Frans Bouma
80ddf6374e
Updated assembly info for version
8 years ago
Frans Bouma
8bf00d5547
Merge branch 'Geertvanhorrik-pr/relativelinksfix'
8 years ago
Geert van Horrik
7399d4bffc
Use custom NavigationContext for search to ensure search works regardless of PathSpecification
8 years ago
Geert van Horrik
b07c2a0a09
Respect PathSpecification when resolving relative urls in the source files to ensure they don't result in 404
8 years ago
Geert van Horrik
d655623e62
Resolve "RelativeSourceFileName" relative to the source instead of destination directory
8 years ago
Frans Bouma
537cd34dc1
Merge branch 'GeertvanHorrik-pr/pretty-urls'
8 years ago
Frans Bouma
068d152b39
Small layout corrections
8 years ago
Geert van Horrik
6cb4133faa
Add UrlFormatting (defaults to None which is current behavior)
8 years ago
Frans Bouma
97ce6521ca
Merge branch 'geertvanhorrik-pr/404'
8 years ago
Geert van Horrik
f6b366f102
Fix compilation after merge
8 years ago
Geert van Horrik
5b61f375ac
Merge branch 'master' into pr/404
8 years ago
Frans Bouma
dffde614f4
Merge branch 'Geertvanhorrik-pr/ignore-index-htm'
8 years ago
Geert van Horrik
e802fa63af
Generate 404 (Not Found) page in the root
8 years ago
Geert van Horrik
747853cb6b
Add 'StripIndexHtm' feature (default = false)
8 years ago
Frans Bouma
a3ff0a38c7
Merge branch 'Geertvanhorrik-pr/typo'
8 years ago
Geert van Horrik
7460e9fa78
Fix file name typo
8 years ago
Frans Bouma
e4dc8786d4
Merge branch 'GeertvanHorrik-pr/max-level-in-toc'
8 years ago
Frans Bouma
e39d737afd
Tweaked theme updates
8 years ago
Geert van Horrik
f6a6421bad
Skip empty ul element generation for empty h1 lists
8 years ago
Geert van Horrik
1ee6de14b8
Improved nested ToC generated code
8 years ago
Geert van Horrik
895727586e
Generate the requested levels in the ToC (default = 2)
8 years ago
Geert van Horrik
f690ac744f
Introduce NavigationContext to make it easier to add new navigation properties in the future
8 years ago
Geert van Horrik
fad6eb5ab0
Merge branch 'master' into pr/max-level-in-toc
# Conflicts:
# src/DocNet/INavigationElement.cs
# src/DocNet/NavigatedPath.cs
# src/DocNet/NavigationElement.cs
# src/DocNet/NavigationLevel.cs
# src/DocNet/SimpleNavigationElement.cs
8 years ago
Frans Bouma
6f88f4b72e
Merge branch 'Geertvanhorrik-pr/path-specification'
8 years ago
Frans Bouma
7e11dc1f99
version bump
8 years ago
Geert van Horrik
d099b79739
Disable index.htm replacement for now
8 years ago
Geert van Horrik
409e4de679
Don't remove index.htm when it's the only content of a link
8 years ago
Geert van Horrik
d9d4594b34
Remove index.htm from the target url (since navigating to the folder auto-navigates to the index.htm)
8 years ago
Geert van Horrik
1ef728edd4
Put "folder-only" navigation levels inside the right folder when using one of the relative path specifications
8 years ago
Geert van Horrik
f143279394
Add PathSpecification.RelativeAsFolder to generate a single folder for each file
8 years ago
Geert van Horrik
8cd24cfd73
First working version of newly generated indexes (PathSpecification: relative)
8 years ago
Geert van Horrik
5dc2ecbeb1
Introduce PathSpecification to config and migrate properties to methods so PathSpecification can be passed in
8 years ago
Geert van Horrik
3e4a503ad3
List all headings and build a hierarchy of the headings inside a markdown file
8 years ago
Frans Bouma
f18083fc6f
Merge branch 'GeertvanHorrik-pr/wildcard-inclusions'
8 years ago
Frans Bouma
e8fe043cea
Cleanup of PR
8 years ago
Geert van Horrik
f516b9378e
Changes after code review
8 years ago
Geert van Horrik
613c584e25
Support automatic inclusion of files using ** (e.g. reference/**)
8 years ago
Frans Bouma
bdf68e329d
Merge pull request #54 from GeertvanHorrik/pr/variables
Add RelativeSourceFileName and RelativeTargetFileName variables for the htm template
8 years ago
Geert van Horrik
a90a89c996
Add RelativeSourceFileName and RelativeTargetFileName variables for the htm template
8 years ago
Frans Bouma
092deb5156
Version bump
8 years ago
Frans Bouma
a9c1d3f0de
Merge branch 'GeertvanHorrik-pr/autolinking'
8 years ago
Frans Bouma
f41ea3dd5d
Changes to PR code
8 years ago
Geert van Horrik
b50f10367f
Update tests to include anchor links
8 years ago
Geert van Horrik
0aaa4e05b4
Support conversion of local links to md files (disabled by default, can be enabled by "convertLocalLinks=true" in the config)
8 years ago
Frans Bouma
8359ccc5ec
Fixed CSS issue #47
8 years ago
Frans Bouma
2d4b96fdce
Merge pull request #46 from bryant1410/master
Fix broken headings in Markdown files
9 years ago
Santiago Castro
b45a9c6a21
Fix broken Markdown headings
9 years ago