Conversation
|
/cc @lucperkins for a review This is basically the copy for http://bookkeeper.apache.org/releases.html You can review this from my staging site: https://sijie.github.io/bookkeeper-staging-site/releases/ |
lucperkins
left a comment
There was a problem hiding this comment.
+1 once changes have been made
|
|
||
| ## News | ||
|
|
||
| ### 16 May, 2016: release 4.4.0 available |
There was a problem hiding this comment.
I think it'd be better to generate this section using a template, but I can do that later
| ## Getting Started | ||
|
|
||
| Once you've downloaded a BookKeeper release, instructions on getting up and running with a standalone cluster that you can run your laptop can be found | ||
| in [Run BookKeeper locally]({{ site.baseurl }}/docs/getting-started/run-locally). |
There was a problem hiding this comment.
When using baseurl, make sure not to include a slash, as this will break the link when you run it locally (when you run locally, the baseurl is /, which creates // URLs).
In this particular case it should be {{ site.baseurl }}docs/getting-started/run-locally.
Confusing and kind of annoying. Later on we can remove all of these baseurl links.
Descriptions of the changes in this PR:
Add a releases page for keeping the history of apache releases.