Skip to content

Commit

Permalink
update doc guide cards and albedo-a4 field notation docs (#1579)
Browse files Browse the repository at this point in the history
* update doc guide cards

* fix notation for albedo-a4 field docs
  • Loading branch information
k0l11 authored Jul 20, 2023
1 parent 2296b56 commit 9de1b1b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
35 changes: 29 additions & 6 deletions ui/packages/docs/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Card from "@site/src/components/Cards/Card";

# gcsim Guides

Get started with gcsim by checking out the following guides
Get started with gcsim by checking out the following guides:

<div class="container">
<div class="row">
Expand All @@ -22,25 +22,48 @@ Get started with gcsim by checking out the following guides
</div>
</div>
<div class="row">
<div class="col col--6 padding--lg">
<Card
title="Importing Your Own Characters"
text="Learn how to import your own characters from Enka.Network or Genshin Optimizer."
link="/guides/importing_characters"
/>
</div>
<div class="col col--6 padding--lg">
<Card
title="Importing From Existing Sim"
text="Learn how to import from an existing simulation either from the database or from another source."
link="/guides/importing_from_sim"
/>
</div>
</div>
<div class="row">
<div class="col col--6 padding--lg">
<Card
title="Substat Optimizer"
text={`Learn how to use the substat optimizer to produce "optimized" substats under KQM standards.`}
link="/guides/substat_optimizer"
title="Installing the CLI"
text="Learn how to install the gcsim CLI for more advanced use cases."
link="/guides/installation"
/>
</div>
<div class="col col--6 padding--lg">
<Card
title="Using the CLI"
text="Learn how to use the gcsim CLI to execute a gcsim config."
link="/guides/using_cli"
/>
</div>
</div>
<div class="row">
<div class="row">
<div class="col col--6 padding--lg">
<Card
title="Optimizing Artifact Substats"
text='Learn how to use the substat optimizer to produce "optimized" substats under KQM standards.'
link="/guides/substat_optimizer"
/>
</div>
<div class="col col--6 padding--lg">
<Card
title="Migrate from v0 to v1"
title="Migrating from v0 to v1"
text="Learn how to migrate your configs to gcsim v1 coming from gcsim v0."
link="/guides/migration"
/>
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/docs/src/components/Fields/character_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"fields": [
".mods.<character>.albedo-a4"
".<character>.mods.albedo-a4"
],
"desc": "Whether or not Albedo A4 buff is active on the specified character"
}
Expand Down

0 comments on commit 9de1b1b

Please sign in to comment.