-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the term "Documentation" to "User guide" in the upper left ar…
…ea of the docs site (#6200) * Styling updates to docusaurus site * Changed the term Documentation to User guide in the upper left corner of the docs site next to the PLUTUS wordmark logo. * Add .yarn to .gitignore --------- Co-authored-by: ianhanssoniohk <ian.hansson@iohk.io>
- Loading branch information
1 parent
8a0dacd
commit c8450b5
Showing
6 changed files
with
170 additions
and
25 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -18,3 +18,4 @@ | |
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
docusaurus/.yarn/ |
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 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 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,29 @@ | ||
import React from "react"; | ||
import useBaseUrl from "@docusaurus/useBaseUrl"; | ||
|
||
export default function Footer(props) { | ||
return ( | ||
<footer className="footer"> | ||
<div className="footer-container"> | ||
<div className="footer-left"> | ||
<img | ||
className="footer-logo" | ||
src={useBaseUrl("/img/logo-footer.svg")} | ||
alt="Plutus" | ||
/> | ||
<span> | ||
Copyright ©{new Date().getFullYear()} IOHK. Built with Docusaurus. | ||
</span> | ||
</div> | ||
<div className="footer-right"> | ||
<a href={useBaseUrl("/")}>User Guide</a> | ||
<a | ||
href="https://github.com/IntersectMBO/plutus" | ||
class="github-link" | ||
target="_blank" | ||
></a> | ||
</div> | ||
</div> | ||
</footer> | ||
); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
c8450b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Plutus Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.05
.validation-decode-game-sm-success_1-3
537.5
μs506.9
μs1.06
This comment was automatically generated by workflow using github-action-benchmark.
CC: @input-output-hk/plutus-core
c8450b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@IntersectMBO/plutus-core
Alert message is using the old @input-output-hk/plutus-core
Will be fixed by #6201