Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganized Plutus user guide on the Docusaurus platform initial deployment #6177

Merged
merged 39 commits into from
Jun 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
fee9755
Initial Docusaurus Setup
ianhanssoniohk May 15, 2024
8fe3e66
uploaded docs files and images
joseph-fajen May 15, 2024
ed3d096
added code files and images
joseph-fajen May 15, 2024
e55df18
cleaned up mermaid diagrams for platform page
joseph-fajen May 15, 2024
f98dc42
committed yarn.lock file
joseph-fajen May 15, 2024
482b767
Add markdown link styling
ianhanssoniohk May 16, 2024
83d3bca
Update Plutus styling and add GA plugin
ianhanssoniohk May 20, 2024
cb358e6
updating yarn.lock file
joseph-fajen May 22, 2024
9011924
CSV Rendering component
ianhanssoniohk May 23, 2024
26ca2a2
adding cost model parameters page that imports CSV files
joseph-fajen May 23, 2024
083273b
Fix gradient overflow on tables for dark mode
ianhanssoniohk May 23, 2024
6f7d0b2
changing title to Plutus user guide
joseph-fajen May 24, 2024
c6b26b5
Update favicon and social card assets
ianhanssoniohk May 25, 2024
51a291a
Remove landing page and set /docs to base path
ianhanssoniohk Jun 4, 2024
c79b0df
Update literal include roots
ianhanssoniohk Jun 4, 2024
a9de370
Rename Haddock workflow and update to include Docusaurus build
ianhanssoniohk Jun 4, 2024
342bdae
Update docusaurus/README.md
joseph-fajen Jun 5, 2024
6314e30
Update docusaurus/docs/adr/adr-index.md
joseph-fajen Jun 5, 2024
51447ff
Update docusaurus/docs/adr/adr-index.md
joseph-fajen Jun 5, 2024
c2a3347
Update docusaurus/docs/adr/adr-index.md
joseph-fajen Jun 5, 2024
954d4f9
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
c4a5b33
Update docusaurus/docs/adr/adr2.md
joseph-fajen Jun 5, 2024
ca679a1
Update docusaurus/docs/essential-concepts/language-versions.md
joseph-fajen Jun 5, 2024
dfe24a5
Update docusaurus/docs/essential-concepts/language-versions.md
joseph-fajen Jun 5, 2024
b088fd8
Update docusaurus/docs/essential-concepts/language-versions.md
joseph-fajen Jun 5, 2024
e49450f
Update docusaurus/docs/essential-concepts/language-versions.md
joseph-fajen Jun 5, 2024
67a0f3c
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
f0b4cff
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
8e1e016
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
e334778
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
0437e97
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
2d46594
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
1248363
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
dd505b3
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
a134ff2
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
4cb500d
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
7e82994
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
904cbca
Update docusaurus/docs/adr/adr1.md
joseph-fajen Jun 5, 2024
e6473d8
committing after running pre-commit run --all-files command to fix bu…
joseph-fajen Jun 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docusaurus/docs/adr/adr1.md
Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
  • Loading branch information
joseph-fajen and olgahryniuk authored Jun 5, 2024
commit 12483634f026232c3a2be459746c24d562dddd19
2 changes: 1 addition & 1 deletion docusaurus/docs/adr/adr1.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Outline why a position was selected. This is probably as important as the decisi

List alternatives (that is, options or positions) considered.

Explain alternatives with sufficient detail to judge their suitability; refer to external documentation to do so if necessary. Only viable positions should be described here. While you don’t need an exhaustive list, you also don’t want to hear the question Did you think about… ? during a final review, which might lead to a loss of credibility and a questioning of other architectural decisions. Listing alternatives espoused by others also helps them know that their opinions were heard. Finally, listing alternatives helps the architect make the right decision, because listing alternatives cannot be done unless those alternatives were given due consideration.
Explain alternatives with sufficient detail to judge their suitability; refer to external documentation if necessary. Only viable positions should be described here. While you don’t need an exhaustive list, you also don’t want to hear the question 'Did you think about… ?' during a final review, which might lead to a loss of credibility and a questioning of other architectural decisions. Listing alternatives espoused by others also helps them know their opinions were heard. Finally, listing alternatives helps the architect make the right decision, because listing alternatives cannot be done unless those alternatives were given due consideration.

### Implications (or consequences)

Expand Down
Loading