-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/css navbar #12
Feature/css navbar #12
Conversation
* Added new GitHub workflows * Fixed talawa references --------- Co-authored-by: Peter Harrison <[email protected]>
Our Pull Request Approval ProcessWe have these basic policies to make the approval process smoother for our volunteer team. Testing Your CodePlease make sure your code passes all tests and there are no merge conflicts. The process helps maintain accurate and well-formatted documentation and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing. ReviewersWhen your PR has been assigned reviewers contact them to get your code reviewed and approved via:
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
|
These dependencies were causing issues
Setting the current hero image as transparent until next PR with more appropriate images.
@palisadoes Hi, the image was totally random to get the same layout as Hasura Docs website. But since it is not appropriate, I have set the image transparent for the moment until the next PR. Conflicts are now resolved. Please let me know if anything else needs to be changed for this PR. |
What kind of change does this PR introduce?
Update the site's CSS and NavBar
Issue Number:
Fixes #Part of 6
Did you add tests for your changes?
Basic visual checking.
Snapshots/Videos:
If relevant, did you update the documentation?
Not relevant
Summary
This PR updates the navbar and color scheme of the website
Does this PR introduce a breaking change?
No
Other information
docusaurus.config.ts was edited to add the navbar and footer items
Have you read the contributing guide?
Yes