Skip to content

Commit 02377b7

Browse files
authored
Feature/add presentation and exec summary (#10)
* Add toolkit overview presentation and executive summary - Add non-technical presentation explaining the toolkit's capabilities - Simplify language throughout for non-technical audiences - Add executive summary one-pager for stakeholders - Generate HTML slides using Marp for easy viewing - Add docs:slides npm script to regenerate slides - Update README with links to overview materials * Update presentation link and minor content changes * Simplify README links to presentation * Add index.html redirect for GitHub Pages
1 parent c42c779 commit 02377b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=presentation/safety-net-openapi-overview.html">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
<p>Redirecting to <a href="presentation/safety-net-openapi-overview.html">Safety Net OpenAPI Toolkit Overview</a></p>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)