[go: nahoru, domu]

Skip to content

Commit

Permalink
Cleaning up docs, moving mdx back to md, fixes ul styling (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Jun 28, 2024
1 parent a970544 commit 1f1b0d8
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 1,935 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ hide_title: false
slug: /core-concepts
---

import { HeroImage } from '@site/src/CustomComponents/HeroImage.tsx';

## Introduction

The best way to learn about Neosync is to understand the core concepts of the platform.
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions docs/docs/overview/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ hide_title: false
slug: /
---

import { HeroImage } from '@site/src/CustomComponents/HeroImage.tsx';

import {
LayersIcon,
LightningBoltIcon,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ To add a virtual foreign key in Neosync, follow these steps:
## Transforming & Subsetting Virtual Foreign Keys

Transforming and subsetting virtual foreign keys behave in the exact same way as foreign keys defined in a database.
Please refer to [Foreign Keys](foreign-keys.mdx) and [Subsetting](subsetting.mdx)
Please refer to [Foreign Keys](foreign-keys.md) and [Subsetting](subsetting.md)
9 changes: 0 additions & 9 deletions docs/src/CustomComponents/HeroImage.tsx

This file was deleted.

1,754 changes: 0 additions & 1,754 deletions docs/src/CustomComponents/MainHero.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions docs/src/components/Badge.tsx

This file was deleted.

127 changes: 0 additions & 127 deletions docs/src/components/CustomTable.tsx

This file was deleted.

15 changes: 11 additions & 4 deletions docs/src/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ html[data-theme='dark'] {
ul {
@apply list-inside list-disc mb-8;
}
ul ul,
ul ol,
ol ol,
ol ul {
@apply ml-6;
}
}

/*
Expand All @@ -93,6 +99,11 @@ this is the class for the sidebar categories that section headers
@apply no-underline;
}

/* must override this because we need to add marging to all base ul and ol's */
.table-of-contents ul {
@apply m-0;
}

.pagination-nav__link--prev {
@apply no-underline;
}
Expand Down Expand Up @@ -129,10 +140,6 @@ this is the class for the sidebar categories that section headers
@apply flex flex-row gap-4 font-bold text-3xl items-center;
}

.heroImage {
@apply py-10;
}

.menu__list-item {
@apply text-gray-800 dark:text-gray-300 no-underline;
}
Expand Down

0 comments on commit 1f1b0d8

Please sign in to comment.