Skip to content

Commit d28f7cb

Browse files
committed
pages: Remove human interface guidelines
We use GTK, so we'll probably defer to GNOME's HIGs https://developer.gnome.org/hig/ Signed-off-by: Aesara Binder <[email protected]>
1 parent 610070f commit d28f7cb

File tree

6 files changed

+3
-45
lines changed

6 files changed

+3
-45
lines changed

pages/docs/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ which are a useful reference for newcomers and experienced MyPaint developers al
3131
{{< flex grow="true" >}}
3232
{{< button content="Backend Documentation" href="backend" src="/icons/wrench-outline.svg" >}}
3333
{{< button content="Contributor Guides" href="contributing" src="/icons/book-open-variant-outline.svg" >}}
34-
{{< button content="Human Interface Guidelines" href="hig" src="/icons/palette-outline.svg" >}}
3534
{{< button content="UX/UI Specifications" href="uxui" src="/icons/sitemap-outline.svg" >}}
3635
{{< /flex >}}
3736

pages/docs/hig/_index.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

pages/docs/hig/activators.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

pages/docs/hig/input.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

pages/docs/hig/menus.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

pages/docs/uxui/menubar.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Operations that:
1717
## Items
1818
- **New**: {{% colour "yellow" %}}Create a new document and set it as the working file{{% /colour %}}
1919
- **Open...**: Open the file browser and attempt to load the user-specified path.
20-
- **Open Recent**: [Rollover menu]({{< ref "../hig/menus#rollover" >}}), displays up to {{% colour "yellow" %}}n{{% /colour %}} no. of items previously opened in MyPaint.
20+
- **Open Recent**: Rollover menu, displays up to {{% colour "yellow" %}}n{{% /colour %}} no. of items previously opened in MyPaint.
2121
- \> **List of recent files**: Attempt to load this path.
2222
- Revert
2323

@@ -34,14 +34,13 @@ Operations that:
3434
- Open Previous Scrap
3535

3636
---
37-
- {{% colour "yellow" %}}**Frame Enabled**{{% /colour %}}: [Checkbox][hig-checkbox], toggles the [canvas frame][con-frame]
37+
- {{% colour "yellow" %}}**Frame Enabled**{{% /colour %}}: Checkbox, toggles the [canvas frame][con-frame]
3838
- Warning: This makes more sense in [view][menu-view], but only after [this issue is fixed](https://github.com/mypaint/mypaint/issues/1227)
39-
- {{% colour "red" %}}**Symmetrical Painting Active**{{% /colour %}}: [Checkbox][hig-checkbox], toggles [symmetry][con-symmetry]
39+
- {{% colour "red" %}}**Symmetrical Painting Active**{{% /colour %}}: Checkbox, toggles [symmetry][con-symmetry]
4040
- Warning: This makes more sense in [view][menu-view].
4141

4242
[menu-view]: #View
4343
[con-frame]: {{< ref "concepts#frame" >}}
4444
[con-scrap]: {{< ref "concepts#scraps" >}}
4545
[con-symmetry]: {{< ref "concepts#symmetry" >}}
4646
[pref-load-save]: {{< ref "preferences#load-&-save" >}}
47-
[hig-checkbox]: {{< ref "../hig/activators#checkbox" >}}

0 commit comments

Comments
 (0)