mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Added LLM Prompt
This commit is contained in:
parent
69dd8d77f3
commit
d01ce48c97
4 changed files with 162 additions and 1 deletions
|
@ -55,6 +55,11 @@
|
|||
<!-- Search Type Ahead -->
|
||||
</ul>
|
||||
</form>
|
||||
<div id="llm-prompt-container">
|
||||
<a id="llm-prompt-link" href="llms.txt">
|
||||
🤖 LLM Prompt 🤖
|
||||
</a>
|
||||
</div>
|
||||
<div class="top-header-triangle">
|
||||
<!-- if the window gets big, this extends the purple bar on the top header to the left edge of the window -->
|
||||
</div>
|
||||
|
|
0
crates/docs/src/static/llms.txt
Normal file
0
crates/docs/src/static/llms.txt
Normal file
|
@ -560,6 +560,20 @@ pre>samp {
|
|||
right: 30px;
|
||||
}
|
||||
|
||||
#llm-prompt-container {
|
||||
background-color: var(--violet-bg);
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: initial;
|
||||
}
|
||||
|
||||
#llm-prompt-copy-button:hover {
|
||||
border-color: var(--link-hover-color);
|
||||
color: var(--link-hover-color);
|
||||
}
|
||||
|
||||
.builtins-tip {
|
||||
padding: 1em;
|
||||
font-style: italic;
|
||||
|
@ -598,7 +612,7 @@ pre>samp {
|
|||
|
||||
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
|
||||
:root {
|
||||
--top-header-height: 140px;
|
||||
--top-header-height: 160px;
|
||||
}
|
||||
|
||||
#search-shortcut-key {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue