Skip to content

Commit

Permalink
Merge pull request #6 from josh-wong/add-tags-to-docs
Browse files Browse the repository at this point in the history
Add tags to front matter
  • Loading branch information
josh-wong authored Jun 6, 2024
2 parents afccdb9 + 8224483 commit f04e97d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/01_overview.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- "Personal portfolio"
- "passGen"
---

# Overview

import { CardRowPassGen } from '/src/components/Cards/buttons';
Expand Down
6 changes: 6 additions & 0 deletions docs/02_generating-passwords.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- "Personal portfolio"
- "passGen"
---

# Generate a password

In the passGen app, you can choose which type of password to generate:
Expand Down
6 changes: 6 additions & 0 deletions docs/03_updating-the-app.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- "Personal portfolio"
- "passGen"
---

# Update passGen

When a new version of passGen is released, the app will prompt you to update. If you open the app and an update is available, the following screen will be displayed.
Expand Down
6 changes: 6 additions & 0 deletions docs/04_uninstalling.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- "Personal portfolio"
- "passGen"
---

# Uninstall passGen

To uninstall passGen, open **Settings** in Windows, then navigate to **Add or remove programs**.
Expand Down
6 changes: 6 additions & 0 deletions docs/05_references.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- "Personal portfolio"
- "passGen"
---

# References

- Project forked from [Password generator in C#](https://www.dotnetfunda.com/articles/show/3177/password-generator-in-csharp).
Expand Down

0 comments on commit f04e97d

Please sign in to comment.