-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added _releases folder and notes file for 1.0.0 (#174)
Added _releases folder and release_notes_1.0.0.md (unpopulated), updated _config.yml to reference _releases, and removed extra 'Microsoft' from index.markdown. This PR adds a folder in which we can store the .md files for the release notes; adds the file to the doc tree at the website. Also removes extra 'Microsoft' from index.markdown, and updates _config.yml. Signed-off-by: susanmdouglas [email protected]
- Loading branch information
1 parent
95089a9
commit 7139cbc
Showing
10 changed files
with
86 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Release Notes publishing checklist | ||
|
||
- Add the release note text inside `_includes/releases` folder as a markdown file, without headers. | ||
As the contents of these files are raw, they can be checked out from external sources (once the docs have | ||
been moved to the extensions repository). | ||
|
||
- Add the version details in `_versions`, with the following content and updating the corresponding | ||
version number and the correct filename in the `explanation` attribute (without the `_includes` parent | ||
directory): | ||
|
||
```markdown | ||
--- | ||
date: 2022-01-01 | ||
|
||
title: Babelfish 1.0.0 | ||
product: Babelfish for PostgreSQL | ||
version: '1.0.0' | ||
|
||
components: | ||
- | ||
role: engine | ||
artifact: babelfish | ||
version: 1.0.0 | ||
sections: | ||
source: | ||
explanation: "/releases/babelfish-1.0.0.md" | ||
pretty: | ||
artifacts: | ||
babelfish: '' | ||
sections: | ||
source: 'Babelfish 1.0.0' | ||
--- | ||
Babelfish for PostgreSQL is open source software that uses the Apache License version 2 (ALv2) and PostgreSQL License. Project source is freely available on [GitHub](https://github.com/babelfish-for-postgresql). | ||
``` | ||
|
||
The text below the header of this content will be rendered in the right sidebar of the release note page. | ||
|
||
|
||
> The above bullets will make the releases available in `<url>/versions` permalink and in the documentation | ||
sidebar. The versions route is not accessible from the UI, only by linking. eg: babelfish.org/versions | ||
|
||
- Add the release link in the `index.markdown`, to appear in the front page. Be aware of the page name, it will | ||
have the `<artifact>-<version with dots replaced by hyphen>.html` convention: | ||
|
||
```markdown | ||
sidebar: | ||
- title: Releases | ||
description: List of Babelfish releases. | ||
links: | ||
- title: Release 1.0.0 | ||
url: "/versions/babelfish-1-0-0.html" | ||
... | ||
- title: Have a question? | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{% if page.odfeimport %} | ||
<div class="imported-post"> | ||
This post was imported from the <i>Open Distro For Elasticsearch</i> blog, | ||
a predecessor project of OpenSearch. Information reflected in this post | ||
may not be current or accurate. | ||
This post was imported from the <i>Babelfish for PostgreSQL</i> blog. | ||
Babelfish is a PostgreSQL extension that supports SQL Server SQL syntax on a PostgreSQL server.. | ||
Information in this post may not be current or accurate. | ||
</div> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
_1.0.0 Release description_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "opensearchwebsite", | ||
"name": "babelfishwebsite", | ||
"private": true, | ||
"dependencies": { | ||
"bower": "^1.4.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters