-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Document how we generate documentation to rspec.github.io #2306
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
Conversation
to [`rspec.github.io`](https://github.com/rspec/rspec.github.io) you | ||
need to git clone in the parent folder of rspec-rails the `rspec.github.io` | ||
repository. You also need from [source branch](https://github.com/rspec/rspec.github.io/tree/source) | ||
the gem that will be needed as yard plugin: [rspec-docs-template](https://github.com/rspec/rspec.github.io#install-rspec-docs-template-yard-plugin). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the commands are not needed. We just need to refer to other repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer only commands 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Might need some proofreading, but that's not a user-facing doc, so would do as is.
DEVELOPMENT.md
Outdated
@@ -130,3 +130,19 @@ $ bin/yard server --reload | |||
|
|||
Then navigate to `localhost:8808` to view the rendered docs. | |||
|
|||
### Publish documentation to rspec.github.io |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense to mention that rspec.github.io is the same as rspec.info?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. Good idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to [`rspec.github.io`](https://github.com/rspec/rspec.github.io) you | ||
need to git clone in the parent folder of rspec-rails the `rspec.github.io` | ||
repository. You also need from [source branch](https://github.com/rspec/rspec.github.io/tree/source) | ||
the gem that will be needed as yard plugin: [rspec-docs-template](https://github.com/rspec/rspec.github.io#install-rspec-docs-template-yard-plugin). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer only commands 😆
d48db33
to
56f6c59
Compare
Dependent: