-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Project Roadmap * News and Announcements * Sitemap * Image adjustments * Vitepress Timeline Plugin
- Loading branch information
Showing
9 changed files
with
95 additions
and
13 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
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,14 @@ | ||
// .vitepress/theme/index.js | ||
import DefaultTheme from 'vitepress/theme' | ||
import Theme from "vitepress/theme"; | ||
import './custom.css' | ||
import "vitepress-markdown-timeline/dist/theme/index.css"; | ||
|
||
export default DefaultTheme | ||
//export default DefaultTheme | ||
|
||
export default { | ||
...Theme, | ||
enhanceApp(ctx) { | ||
Theme.enhanceApp(ctx); | ||
}, | ||
}; |
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,19 @@ | ||
# Roadmap | ||
See where The Platform Specification is headed with our transparent roadmap. | ||
|
||
## Current Priorities | ||
|
||
* Designing the "Policies" section of The Platform Specification. | ||
|
||
## Next Priorities | ||
|
||
* Designing the "Governance and Compliance" section of The Platform Specification. | ||
* Designing the "Developer Services & Enablement" section of The Platform Spefification. | ||
* Designing the "Observability & Performance" section of The Platform Specification. | ||
* SDK -- Golang Platform Specification Model Library. | ||
* SDK -- Python Platform Specification Model Library. | ||
* Example Platform definitions, with diagrams and descriptions. | ||
|
||
## Future Priorities | ||
|
||
* Interactive UI based platform designer; renders out a `platform.yaml`. |
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,21 @@ | ||
--- | ||
layout: doc | ||
sidebar: false | ||
aside: false | ||
--- | ||
|
||
# News and Announcements | ||
|
||
Stay up-to-date on all things Platform Specification. This is where you'll find the latest news, releases, and announcements about The Platform Specification project. | ||
|
||
<p> </p> | ||
|
||
::: timeline November 2nd, 2024 | ||
::: info Roadmap Published! | ||
We're thrilled to announce the launch of The Platform Specification's official roadmap. This roadmap outlines our key priorities and goals for the coming months and years, ensuring transparency and alignment with the needs of our users. We'll be developing new tools, expanding the specification examples, deepening community engagement, and and publishing Platform Blueprints. Access the full roadmap and contribute your thoughts on the [Roadmap](docs/project/roadmap) page within the documentation. | ||
::: | ||
|
||
::: timeline October 28th, 2024 | ||
::: info The Platform Specification launched! | ||
We're excited to announce the launch of The Platform Specification's official website! This central hub provides a comprehensive resource for all things related to The Platform Specification, including detailed documentation, examples, and information about getting involved. | ||
::: |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.