-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added pages and information for each repository, improved icons, othe…
…r improvements
- Loading branch information
Showing
51 changed files
with
1,111 additions
and
160 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (き). |
Oops, something went wrong.