mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Generate releases notes using releases.rb
Make releases notes layout and urls consistent with the alerts page Add RSS feed in download and version-history pages Add a canonical page with a redirect to the new url Simplify releases notes layouts
This commit is contained in:
parent
d45b9bbbfc
commit
6ac93df9f2
29 changed files with 118 additions and 98 deletions
|
@ -116,14 +116,12 @@ More information will follow.
|
|||
|
||||
### Release Notes
|
||||
|
||||
Release notes should be placed in `_posts/releases/YEAR-MONTH-DAY-SHORTTITLE.md` and adhere to this format:
|
||||
Release notes should be placed in `_releases/YYYY-MM-DD-SHORTTITLE.md` and adhere to this format:
|
||||
|
||||
```
|
||||
---
|
||||
layout: releases
|
||||
title: Bitcoin version 0.3.24 released
|
||||
src: http://sourceforge.net/mailarchive/message.php?msg_id=27771039
|
||||
category: releases
|
||||
---
|
||||
|
||||
Bitcoin v0.3.24 is now available for download at
|
||||
|
@ -132,12 +130,8 @@ Bitcoin v0.3.24 is now available for download at
|
|||
...
|
||||
```
|
||||
* `SHORTTITLE` is used to construct the URL. Something like `v0.3.24` will be fine
|
||||
* `layout: releases` important for Jekyll
|
||||
* `title: ...` will be used as the title
|
||||
* `src: ...` (optional) link to full annoucement
|
||||
* `category: ...` category of post
|
||||
** `releases`
|
||||
** `events`
|
||||
|
||||
### Aliases for contributors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue