Skip to content

Commit

Permalink
added pages and information for each repository, improved icons, othe…
Browse files Browse the repository at this point in the history
…r improvements
  • Loading branch information
kkoreilly committed Jun 26, 2023
1 parent 086c6f0 commit 348e27f
Show file tree
Hide file tree
Showing 51 changed files with 1,111 additions and 160 deletions.
93 changes: 93 additions & 0 deletions assets/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 0 additions & 95 deletions assets/icons/logo.svg.temp

This file was deleted.

9 changes: 9 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.navbar-brand .navbar-logo svg {
width: 30px;
margin-top: -5px;
}

// force override the fill color of the dot of the i to be the same as the top bar (primary) color
.navbar-logo svg ellipse {
fill: $primary !important;
}
2 changes: 1 addition & 1 deletion content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GoKi
---

{{< blocks/cover title="Welcome to GoKi!" image_anchor="top" height="full" >}}
<a class="btn btn-lg btn-secondary me-3 mb-4" href="/docs/">
<a class="btn btn-lg btn-secondary me-3 mb-4" href="/docs/gi/gettingstarted">
Get Started <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<!-- <a class="btn btn-lg btn-primary me-3 mb-4" href="https://github.com/goki">
Expand Down
36 changes: 0 additions & 36 deletions content/en/docs/Overview/_index.md

This file was deleted.

27 changes: 3 additions & 24 deletions content/en/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,8 @@
---
title: Documentation
linkTitle: Docs
title: Welcome to the GoKi Docs!
linkTitle: Documentation
menu: {main: {weight: 20}}
weight: 20
---

{{% pageinfo %}}
This is a placeholder page that shows you how to use this template site.
{{% /pageinfo %}}

This section is where the user documentation for your project lives - all the
information your users need to understand and successfully use your project.

For large documentation sets we recommend adding content under the headings in
this section, though if some or all of them don’t apply to your project feel
free to remove them or add your own. You can see an example of a smaller Docsy
documentation site in the [Docsy User Guide](https://docsy.dev/docs/), which
lives in the [Docsy theme
repo](https://github.com/google/docsy/tree/master/userguide) if you'd like to
copy its docs section.

Other content such as marketing material, case studies, and community updates
should live in the [About](/about/) and [Community](/community/) pages.

Find out how to use the Docsy theme in the [Docsy User
Guide](https://docsy.dev/docs/). You can learn more about how to organize your
documentation (and how we organized this site) in [Organizing Your
Content](https://docsy.dev/docs/best-practices/organizing-content/).
GoKi is an open-source project that provides a set of frameworks for constructing cross-platform GUIs and other useful tools in pure Go using full-strength tree structures. The name GoKi is derived from the word tree in Japanese (木), which is pronounced Ki (き).
Loading

0 comments on commit 348e27f

Please sign in to comment.