Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 6, 2016
1 parent 04d6c49 commit 26b3e07
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions notes/0.2.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
### Fixes with compatibility implications

- `paradoxTheme` now defaults to `Some(builtinParadoxTheme("generic"))`. To opt out of a theme you must set `None` explicitly. [#19][19] by [@eed3si9n][@eed3si9n]

### Fixes and enhacements

- Allows non-H1 headers. [#18][18] by [@dwijnand][@dwijnand]
- Fixes NPE when `page.st` is not set. [#19][19] by [@eed3si9n][@eed3si9n]

### Leady McBreadcrumbs

If a documentation site is contained within an enclosing website it's very pleasant if the breadcrumbs
allows one to navigate back up.

lazy val docs = (project infile(".")).
enablePlugins(ParadoxPlugin)
settings(
name := "Breadcrumbs Test",
paradoxLeadingBreadcrumbs := List("Alphabet" -> "https://abc.xyz/", "Google" -> "https://www.google.com")
)

[#9][9] by [@dwijnand][@dwijnand].

### Scalafiddle integration

Adds a variation of `@@snip` feature that works with Scalafiddle:

@@fiddle [Example.scala](./Example.scala) { #fiddle_code extraParams=theme=light&layout=v75 cssStyle=width:100%; }

[#16][16] by [@andreaTP][@andreaTP]

[9]: https://github.com/lightbend/paradox/pull/9
[16]: https://github.com/lightbend/paradox/pull/16
[18]: https://github.com/lightbend/paradox/pull/18
[19]: https://github.com/lightbend/paradox/pull/19
[@eed3si9n]: https://github.com/eed3si9n
[@dwijnand]: http://github.com/dwijnand
[@andreaTP]: https://github.com/andreaTP
1 change: 1 addition & 0 deletions notes/about.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Paradox is a documentation tool for software projects.

0 comments on commit 26b3e07

Please sign in to comment.