Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringBoredom committed Jan 23, 2024
1 parent f0dee86 commit c38c74f
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 142 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Aptio V UEFI Editor (AMIBCP alternative)

## https://boringboredom.github.io/UEFI-Editor/
# [Aptio V UEFI Editor](https://boringboredom.github.io/UEFI-Editor/)

![](./images/showcase/1.png)
![](./images/showcase/2.png)
Expand Down Expand Up @@ -62,7 +60,7 @@
- ### Item visibility control

- Make sure the parent forms are visible when targeting a setting. Use the top-right navigation to travel upwards.
- If one method doesn't work, try the other one. Using both at the same time can cause issues. It varies from UEFI to UEFI.
- If one method doesn't work, try the other one. Using both at the same time can cause issues. It varies from UEFI to UEFI. Try modifying `Access Level` first.
- #### Suppress If

- A `Suppress If` opcode hides nested items if the condition is true. The presence of a `Suppress If` opcode doesn't always mean the condition is true. However, if it is, you can remove the suppression by unchecking the offset.
Expand Down
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,27 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>UEFI Editor</title>
<meta name="description" content="Aptio V UEFI Editor" />
<meta
name="description"
content="Aptio V UEFI Editor: an alternative to AMIBCP"
/>

<meta property="og:title" content="UEFI Editor" />
<meta property="og:description" content="Aptio V UEFI Editor" />
<meta
property="og:description"
content="Aptio V UEFI Editor: an alternative to AMIBCP"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/BoringBoredom/UEFI-Editor/gh-pages/bios.png"
/>
<meta property="og:type" content="website" />

<meta name="twitter:title" content="UEFI Editor" />
<meta name="twitter:description" content="Aptio V UEFI Editor" />
<meta
name="twitter:description"
content="Aptio V UEFI Editor: an alternative to AMIBCP"
/>
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/BoringBoredom/UEFI-Editor/gh-pages/bios.png"
Expand Down
Loading

0 comments on commit c38c74f

Please sign in to comment.