Skip to content

Commit

Permalink
fix sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 25, 2022
1 parent bed69c0 commit f11c10a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions docs/docs/frequently-asked-questions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Frequently Asked Questions

## Why do we open an issue to request a pull request?
### Why do we open an issue to request a pull request?

In order to open a pull request programatically, it either requires that you have
a GitHub token scoped to the repository in question (e.g., within GitHub actions
Expand All @@ -12,7 +12,13 @@ branch, and then opens an issue with a link that you just need to click! This
also makes sense because the pull request is opened by *you* as the spack
package maintainer.

## I have an idea! How do I share it?
### Why do we fork spack first?

In order for the action to open a pull request against spack, we need to prepare
the branch. Having a fork of spack handy to do this (that you can then open
a pull request easily from) is essential.

### I have an idea! How do I share it?

Great! These actions exist to help maintainers, and contributors, and if you
have an idea for how to make the library better we want to hear from you! Please [get in contact with us](support).
8 changes: 4 additions & 4 deletions docs/docs/sidebar.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- [User's Guide](/user-guide/user-guide.md)
- [Commands](/user-guide/user-guide#commands)
- [Organization](/user-guide/user-guide#organization)
- [Actions](/user-guide/user-guide#actions)
- [Developer's Guide](/developer-guide/developer-guide.md)
- [Development with docker-compose](/developer-guide/docker-compose.md)
- [Development with local Docker](/developer-guide/docker.md)
- [Installing the App](/developer-guide/install.md)
- [Repository Setup](/developer-guide/developer-guide.md#repository)
- [Content Updates](/developer-guide/developer-guide.md#content)
- [FAQ](frequently-asked-questions.md)
- [Support](support.md)

0 comments on commit f11c10a

Please sign in to comment.