mirror of
https://github.com/anoma/juvix.git
synced 2024-11-09 22:11:27 +03:00
085d301e64
This PR fixes the broken links that refer to Juvix Examples in the documentation. Ideally, this wouldn't occur since we utilize a link checker, but this tool only works well for relative links, which was not the case for the links of the examples. Additionally, I slightly modified the CI workflow by generating the HTML for the examples first, followed by the entire book. - Closes #2001 - Check the output using this: https://jonaprieto.github.io/juvix/
93 lines
955 B
Plaintext
93 lines
955 B
Plaintext
### Haskell
|
|
dist
|
|
dist-*
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
.hie/
|
|
*.chi
|
|
*.chs.h
|
|
*.dyn_o
|
|
*.dyn_hi
|
|
*.prof
|
|
*.aux
|
|
*.hp
|
|
*.eventlog
|
|
.virtualenv
|
|
.hsenv
|
|
.hpc
|
|
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
cabal.config
|
|
cabal.project.local
|
|
.ghc.environment.*
|
|
.HTF/
|
|
# Stack
|
|
.stack-work/
|
|
stack.yaml.lock
|
|
# GHCI
|
|
.ghci
|
|
|
|
### IDE/support
|
|
# Vim
|
|
[._]*.s[a-v][a-z]
|
|
[._]*.sw[a-p]
|
|
[._]s[a-v][a-z]
|
|
[._]sw[a-p]
|
|
*~
|
|
tags
|
|
|
|
# IntellijIDEA
|
|
.idea/
|
|
.ideaHaskellLib/
|
|
*.iml
|
|
|
|
# Atom
|
|
.haskell-ghc-mod.json
|
|
|
|
# VS
|
|
.vscode/
|
|
|
|
# Emacs
|
|
*#
|
|
.dir-locals.el
|
|
TAGS
|
|
|
|
# other
|
|
.DS_Store
|
|
|
|
/runtime/include/
|
|
_build/
|
|
_build.*/
|
|
*.agdai
|
|
.agda/
|
|
agda2hs/
|
|
docs/examples/html/.*
|
|
docs/*.html
|
|
*.cabal
|
|
/src/Juvix/Utils/OldParser.hs
|
|
docs/CHANGELOG.md
|
|
docs/CONTRIBUTING.md
|
|
docs/LICENSE.md
|
|
docs/README.md
|
|
.juvix-build
|
|
|
|
# C Code generation
|
|
*.out.c
|
|
*.s
|
|
*.wasm
|
|
*.exe
|
|
book/*
|
|
**/html/*
|
|
|
|
*.cmi
|
|
*.cmx
|
|
*.cmo
|
|
.history
|
|
# Binary files (produced by `make check`)
|
|
examples/milestone/HelloWorld/HelloWorld
|
|
hie.yaml
|
|
/.shake/
|
|
/.benchmark-results/
|
|
docs/assets/**
|