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

Documentation about snippets are wrong #72

Closed
drewhk opened this issue Dec 5, 2016 · 3 comments
Closed

Documentation about snippets are wrong #72

drewhk opened this issue Dec 5, 2016 · 3 comments

Comments

@drewhk
Copy link

drewhk commented Dec 5, 2016

(version 0.2.7)
The docs here says (http://developer.lightbend.com/docs/paradox/latest/features/snippet-inclusion.html):

sbt
:   @@snip [build.sbt](/../../../build.sbt) { #setup_example }
Maven
:   @@snip [pom.xml](../../../pom.xml) { #setup_example }

But in reality you need a newline:

sbt
:   @@snip [build.sbt](/../../../build.sbt) { #setup_example }

Maven
:   @@snip [pom.xml](../../../pom.xml) { #setup_example }
eed3si9n added a commit that referenced this issue Dec 7, 2016
@2m
Copy link
Contributor

2m commented Dec 8, 2016

Fixed in #75

@2m
Copy link
Contributor

2m commented Dec 8, 2016

This should be closed and assigned to the next milestone.

@eed3si9n eed3si9n added this to the 0.3.0 milestone Dec 8, 2016
@eed3si9n eed3si9n closed this as completed Dec 8, 2016
@dwijnand dwijnand removed this from the 0.3.0 milestone Jan 10, 2017
@dwijnand
Copy link
Member

Shipped in v0.2.8

@ennru ennru added this to the invalid/not release-bound milestone Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants