Skip to content

Reorganize tutorials #702

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

Merged
merged 7 commits into from
Jun 19, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ pages:
- 'Introduction': index.md
- 'Motivation': motivation.md
- 'Architecture': architecture.md
- 'Getting Started': user-guide.md
- 'User Guide':
- 'Creating Nix builds for your projects': user-guide/projects.md
- 'Stack Projects': user-guide/stack-projects.md
- 'Cabal Projects': user-guide/cabal-projects.md
- 'Bumping Hackage and Stackage snapshots': user-guide/hackage-stackage.md
- 'How to create a development environment': user-guide/development.md
- 'How to cross-compile your project': user-guide/cross-compilation.md
- 'Tutorials':
- 'Getting Started': tutorials/getting-started.md
- 'Mapping non-Haskell dependencies to Nixpkgs': dev/pkg-map.md
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this should be in here, or not so prominent. Most people shouldn't have to do this, it's more advanced/troubleshooting.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's quite common to hit this (someone is having trouble just now on #haskell.nix, but the tutorial should be expanded), currently it's 4th item in the tutorial list.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also cover #674

- 'Creating Nix builds for your projects': tutorials/projects.md
- 'Stack Projects': tutorials/stack-projects.md
- 'Cabal Projects': tutorials/cabal-projects.md
- 'How to create a development environment': tutorials/development.md
- 'Bumping Hackage and Stackage snapshots': tutorials/hackage-stackage.md
- 'Cross-compiling your project': tutorials/cross-compilation.md
- 'Reference':
- 'Command-line tools': reference/commands.md
- 'Haskell.nix Library': reference/library.md
Expand All @@ -43,7 +44,6 @@ pages:
- 'Dev Notes':
- 'Architecture': dev/dev-architecture.md
- 'Maintainer Scripts': dev/maintainer-scripts.md
- 'Mapping non-Haskell dependencies to Nixpkgs': dev/pkg-map.md
- 'Nixpkgs Pin': dev/nixpkgs-pin.md
- 'Removing withPackage wrapper': dev/removing-with-package-wrapper.md
- 'Test Suite': dev/tests.md
Expand Down