Skip to content

Commit

Permalink
Adding a change log (#41)
Browse files Browse the repository at this point in the history
* Create changelog.md

Signed-off-by: Amnesty AM <[email protected]>

* Create changelog.md

Signed-off-by: Amnesty AM <[email protected]>

* Create changelog.md

Signed-off-by: Amnesty AM <[email protected]>

* Update changelog.md

Signed-off-by: Amnesty AM <[email protected]>

* Update changelog.md

Signed-off-by: Amnesty AM <[email protected]>

* Update changelog.md

Signed-off-by: Amnesty AM <[email protected]>

* Update changelog.md

Signed-off-by: Amnesty AM <[email protected]>

* Update changelog.md

Signed-off-by: Amnesty AM <[email protected]>

* Update changelog.md

Signed-off-by: Amnesty AM <[email protected]>

* Update menu_v2.yml

added changelogs to the menu

Signed-off-by: Amnesty AM <[email protected]>

---------

Signed-off-by: Amnesty AM <[email protected]>
  • Loading branch information
AmnestyAM authored Nov 22, 2024
1 parent 1743d22 commit c14e894
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _data/menu_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ AspirePress:
AspireCloud:
Introduction: '/aspirecloud/'
Work: '/aspirecloud/work/'

Changelog: '/aspirecloud/changelog/'


AspireSync:
Introduction: '/aspiresync/'
Work: '/aspiresync/work/'
Changelog: '/aspiresync/changelog/'


AspireUpdate:
Introduction: '/aspireupdate/'
Work: '/aspireupdate/work/'
Changelog: '/aspireupdate/changelog/'
72 changes: 72 additions & 0 deletions docs/aspirecloud/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
layout: default
title: Welcome to AspireCloud
permalink: /aspirecloud/changelog/
---

# AspireCloud Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


<!-- When we have a release we can uncomment the this and start using the below template
## [Unreleased]
### Added
- a (#001 link to issue if we have one)
### Changed
- b
### Removed
- c
### Fixed
- d
### Security
- e
### New contrubutors
- @x on #007
## [0.0.0] - YYYY-MM-DD (Link to relase in GitHub)
### Added
- a (#001 link to issue if we have one)
### Changed
- b
### Removed
- c
### Fixed
- d
### Security
- e
### New contrubutors
- @x on #007
-->


72 changes: 72 additions & 0 deletions docs/aspiresync/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
layout: default
title: Welcome to AspireSync
permalink: /aspirecloud/changelog/
---

# AspireSync Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- When we have a release we can uncomment the this and start using the below template
## [Unreleased]
### Added
- a (#001 link to issue if we have one)
### Changed
- b
### Removed
- c
### Fixed
- d
### Security
- e
### New contrubutors
- @x on #007
## [0.0.0] - YYYY-MM-DD (Link to relase in GitHub)
### Added
- a (#001 link to issue if we have one)
### Changed
- b
### Removed
- c
### Fixed
- d
### Security
- e
### New contrubutors
- @x on #007
-->


69 changes: 69 additions & 0 deletions docs/aspireupdate/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
layout: default
title: Welcome to AspireUpdate
permalink: /aspirecloud/changelog/
---

# AspireUpdate Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- When we have a release we can uncomment the this and start using the below template
## [Unreleased]
### Added
- a (#001 link to issue if we have one)
### Changed
- b
### Removed
- c
### Fixed
- d
### Security
- e
### New contrubutors
- @x on #007
## [0.0.0] - YYYY-MM-DD (Link to relase in GitHub)
### Added
- a (#001 link to issue if we have one)
### Changed
- b
### Removed
- c
### Fixed
- d
### Security
- e
### New contrubutors
- @x on #007
-->

0 comments on commit c14e894

Please sign in to comment.