diff --git a/components/changelog-index.js b/components/changelog-index.js index b2f92a78d2..7c23746ff3 100644 --- a/components/changelog-index.js +++ b/components/changelog-index.js @@ -53,7 +53,8 @@ const renderMedia = (page) => { }; export default function ChangelogIndex({ more = "Read more" }) { - const allPages = getPagesUnderRoute("/changelogs"); + // naturally sorts pages from a-z rather than z-a + const allPages = getPagesUnderRoute("/changelogs").reverse(); const itemsPerPage = 10; const [displayedPages, setDisplayedPages] = useState([]); const [pageIndex, setPageIndex] = useState(0); diff --git a/pages/changelogs/2022-11-03-session-improvements.mdx b/pages/changelogs/2022-11-03-session-improvements.mdx index caabd88390..5fdc17c321 100644 --- a/pages/changelogs/2022-11-03-session-improvements.mdx +++ b/pages/changelogs/2022-11-03-session-improvements.mdx @@ -1,6 +1,5 @@ --- -title: "Sessions improvements and new functionality -" +title: "Sessions improvements and new functionality" slug: "changelog-2022-11-03-session-improvements" hidden: false createdAt: "2023-11-03T17:39:02.165Z" diff --git a/pages/docs/cohort-sync/integrations.mdx b/pages/docs/cohort-sync/integrations.mdx index af4c190a58..2deb384e41 100644 --- a/pages/docs/cohort-sync/integrations.mdx +++ b/pages/docs/cohort-sync/integrations.mdx @@ -1,5 +1,4 @@ -import { Card, Cards } from 'nextra/components' -import { Callout } from 'nextra/components' +import { Callout, Cards } from 'nextra/components' # Integrations: Export your cohorts to a third-party tool @@ -11,27 +10,27 @@ These integrations allow you to send your [Cohorts](docs/users/cohorts) to other ## Featured Integrations - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/docs/data-pipelines/old-pipelines/integrations.mdx b/pages/docs/data-pipelines/old-pipelines/integrations.mdx index 1c8111a08a..65462a57c8 100644 --- a/pages/docs/data-pipelines/old-pipelines/integrations.mdx +++ b/pages/docs/data-pipelines/old-pipelines/integrations.mdx @@ -1,5 +1,4 @@ -import { Card, Cards } from "nextra/components"; -import { Callout } from "nextra/components"; +import { Callout, Cards } from "nextra/components"; # Data Pipeline Integrations @@ -15,17 +14,17 @@ These integrations allow you to send your [raw data](/docs/data-pipelines#raw) a ## Raw Pipelines - - - - - - - - - - + + ### All Integrations - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/pages/docs/tracking-methods/sdks.mdx b/pages/docs/tracking-methods/sdks.mdx index cf0cf5e4a2..818f8e915d 100644 --- a/pages/docs/tracking-methods/sdks.mdx +++ b/pages/docs/tracking-methods/sdks.mdx @@ -1,6 +1,6 @@ # SDKs: Send data from your application into Mixpanel -import { Card, Cards } from 'nextra/components' +import { Cards } from 'nextra/components' Our SDKs allow you to implement Mixpanel in a wide range of environments. Visit our [Github repo](https://mixpanel.com/partners/integrations) to see the library source code. @@ -9,28 +9,28 @@ If you do not see an SDK in your preferred language, leverage our [HTTP APIs](ht ### Client-Side SDKs - - - - - - - + + + + + + + ### Server-Side SDKs - - - - - - + + + + + + ### Utility - + diff --git a/public/Data%20Model%20Overview.png b/public/Data_Model_Overview.png similarity index 100% rename from public/Data%20Model%20Overview.png rename to public/Data_Model_Overview.png diff --git a/public/changelog/revenueconversion (2).png b/public/changelog/revenueconversion_(2).png similarity index 100% rename from public/changelog/revenueconversion (2).png rename to public/changelog/revenueconversion_(2).png