Skip to content

Commit

Permalink
Merge pull request #236 from jbritain/main
Browse files Browse the repository at this point in the history
Improve quick reference page (also minor fix on the readme)
  • Loading branch information
ninjamike1211 authored Jun 10, 2024
2 parents f38c271 + fa2284f commit b6f1281
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For uniform references please look at `alphaTestRef` for formatting. The aside f

### PR's and Commits

PR's May take a while to be added, as they need to be fully verified, and someone needs to add them when there on.
PR's May take a while to be added, as they need to be fully verified, and someone needs to add them when they're on.

#### PR/Commit Format (Please Use it in both your commits on your branch and any pr's, makes our lives easy)
(type): (area): description
Expand All @@ -84,4 +84,5 @@ Translations are not yet supported, but once the english version is complete we
## Contributors
- [Iris Docs](https://github.com/IrisShaders/ShaderDoc/tree/master) - Most of the early documentation
- WhyFencePost / WhyFenceCode - The page and a lot of the data transfer
- NinjaMike - Many uniforms including Iris exclusive uniforms
- NinjaMike - Many uniforms including Iris exclusive uniforms, constants, shaders.properties, programs
- jbritain - Some uniforms, other miscellaneous things
8 changes: 4 additions & 4 deletions src/content/docs/reference/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';

## Core Reference

There on the left, look in the nav bar!
There on the left, look in the nav bar! On mobile, you'll need to hit that hamburger icon on the top right!

## Quick Reference
<LinkCard
title="Distant Horizons"
description="Just a quick link to the docs on writing for DH!"
href=""
description="How to support Distant Horizons in your shader."
href="/reference/mod/dh/dh_overview/"
/>
<LinkCard
title="Feature Flags"
description="Good old feature flags"
description="Query the activation state of certain features."
href="/reference/shadersproperties/flags"
/>

0 comments on commit b6f1281

Please sign in to comment.