Skip to content

Commit

Permalink
adding knowledge decription and button to link to more information
Browse files Browse the repository at this point in the history
Signed-off-by: Ash Evans <[email protected]>
  • Loading branch information
aevo98765 committed Jul 3, 2024
1 parent a002a80 commit dc619a4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/Contribute/Knowledge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,21 @@ Creator names: ${creators}
<CodeIcon /> View YAML
</Button>
</div>

<div>
<p>
Knowledge in InstructLab is represented by question and answer pairs that involve facts, data, or references. This knowledge is represented
in the taxonomy tree and each node of this tree contains a qna.yaml file.
</p>
<div>
<a href="https://github.com/instructlab/taxonomy/blob/main/README.md#getting-started-with-knowledge-contributions" target="_blank">
<Button variant="plain" aria-label="Learn more about what InstructLab Knowledge is">
Learn More
</Button>
</a>
</div>
</div>

<FormFieldGroupExpandable
isExpanded
toggleAriaLabel="Details"
Expand Down

0 comments on commit dc619a4

Please sign in to comment.