Skip to content

Commit

Permalink
Merge pull request #3 from Convertiv/CONVHAND-195-style-guide-has-typ…
Browse files Browse the repository at this point in the history
…o-still-has-a-todo-mentioned-in-copy

Removing sample pages from core code
  • Loading branch information
bradmering authored Mar 10, 2023
2 parents 5987923 + e1f4e76 commit 2c8e698
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 67 deletions.
18 changes: 0 additions & 18 deletions docs/styles.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/styles/accessability.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/styles/standards.md

This file was deleted.

26 changes: 3 additions & 23 deletions installer/template/pages/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,11 @@ enabled: true
menu:
- path: false
title: Standards
- path: styles/standards
title: Code Standards
image: false
- path: styles/accessability
title: Accessability Standards
image: false
---

## Handoff Style Guide
This a sample of how a markdown file can be added and will construct navagiation
in a site. This file can include anything allowed in normal markdown.

### Title field
* List 1
* List 2
* List 3

You can also include code blocks.
```
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1> Hello World </h1>
</body>
</html>
```
Handoff supports fully custom pages. This is a sample markdown page where you
could put a style guide or other content. You can remove this page by deleting
this file from your project
5 changes: 3 additions & 2 deletions installer/template/pages/styles/accessability.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Accessability Standards
weight: 0
description: A sample page documenting how you can build accessability standards
metaTitle: 'Accessability Guide | Handoff Design System'
metaDescription: 'A sample page in the handoff design system, in markdown'
---

This page could document the application accessability standards
This is a sample markdown page demonstrating how a subpage would work. You can
delete this page to remove it from your site.
8 changes: 0 additions & 8 deletions installer/template/pages/styles/standards.md

This file was deleted.

0 comments on commit 2c8e698

Please sign in to comment.