diff --git a/docs/data-points/index.mdx b/docs/data-points/index.mdx new file mode 100644 index 0000000..2ce0a27 --- /dev/null +++ b/docs/data-points/index.mdx @@ -0,0 +1,7 @@ +--- +sidebar_position: 1 +--- + +# Data Points + +Explore data indexed by Talent at [https://talent.app/~/data](https://talent.app/~/data). diff --git a/docs/protocol-concepts/data-point.mdx b/docs/protocol-concepts/data-point.mdx index d4d6e9f..e1838e2 100644 --- a/docs/protocol-concepts/data-point.mdx +++ b/docs/protocol-concepts/data-point.mdx @@ -18,7 +18,7 @@ A Data Point is specific type of reputation data about a given user. - Data Point: `Stars` - Value: `[number of stars]` -## **Variable** and I**mmutable** Data Points: +## **Variable** and **Immutable** Data Points: - Immutable data points are simpler versions of variable data points. - **Variable Data Points** contain a value that can change over time.