Skip to content

Conversation

@liolocs
Copy link
Contributor

@liolocs liolocs commented Dec 17, 2025

No description provided.

@liolocs liolocs changed the title Docs pema Update validation docs to include pema examples and api reference Dec 17, 2025
export let section, path, toc;
$: _toc = (toc ?? []).filter((item) => item.depth > 1);
$: _toc = (toc ?? []).filter((item) => item.depth > 1 && item.depth <= 4);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$: _toc = (toc ?? []).filter((item) => item.depth > 1 && item.depth <= 4);
$: _toc = (toc ?? []).filter((item) => item.depth > 1 && item.depth <= 3);

Comment on lines +483 to +486
.sidebar .depth-4 {
padding-left: 4rem;
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.sidebar .depth-4 {
padding-left: 4rem;
}

@phaleth
Copy link
Collaborator

phaleth commented Dec 19, 2025

Not sure why I can't add the following suggestions to the review, but anyway.

For master.css lines 41-44, consider the following modifications:

-  --h4: var(--prs-text-s);
-  --h5: var(--prs-text-xs); 
-  --h6: var(--prs-text-xxs);
+  --h4: var(--prs-text-m); 
+  --h5: var(--prs-text-m); 
+  --h6: var(--prs-text-m);

lines 135-138:

+
+ h6 {
+   font-size: var(--h6);
+ }

line 437:

table {
  border-collapse: collapse;
+  margin-bottom: 2.5rem;
}

@liolocs liolocs requested a review from phaleth January 13, 2026 12:28
@liolocs
Copy link
Contributor Author

liolocs commented Jan 13, 2026

Updated the pr @phaleth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants