Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextra docs #1366

Closed
wants to merge 23 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed package from root
zaxovaiko committed Sep 13, 2024

Verified

This commit was signed with the committer’s verified signature.
zaxovaiko Volodymyr Zakhovaiko
commit 09fa1f851d9f3f695eccf0320ee9ad70aac6da47
37 changes: 0 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@
"@docusaurus/preset-classic": "2.1.0",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@mdx-js/react": "3.0.1",
"@mui/material": "5.4.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",

Unchanged files with check annotations Beta

theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
defaultShowCopyCode: true,
})

Check failure on line 5 in nextra-docs-template/next.config.js

GitHub Actions / CI (14.x)

Insert `;`
module.exports = withNextra()

Check failure on line 7 in nextra-docs-template/next.config.js

GitHub Actions / CI (14.x)

Insert `;`
import { DocsThemeConfig } from 'nextra-theme-docs';

Check failure on line 1 in nextra-docs-template/theme.config.tsx

GitHub Actions / CI (14.x)

Unable to resolve path to module 'nextra-theme-docs'
import React from 'react';
const config: DocsThemeConfig = {
chat: {
link: 'https://forminer.com/?utm_source=uniforms&utm_medium=Menu_CTA&utm_campaign=Forminer_uniforms_menu_CTA&utm_id=Forminer_uniforms_menu',
icon: (
<img src="/img/forminer.svg" alt="forminer logo" width="120" height="40" />

Check failure on line 17 in nextra-docs-template/theme.config.tsx

GitHub Actions / CI (14.x)

Replace `·src="/img/forminer.svg"·alt="forminer·logo"·width="120"·height="40"` with `⏎········src="/img/forminer.svg"⏎········alt="forminer·logo"⏎········width="120"⏎········height="40"⏎·····`
),
},
docsRepositoryBase: 'https://github.com/vazco/uniforms',
export type AutoFieldProps = UnknownObject & {
component?: Component;
experimental_absoluteName?: boolean;

Check warning on line 16 in packages/uniforms/src/createAutoField.tsx

GitHub Actions / CI (14.x)

Identifier 'experimental_absoluteName' is not in camel case
name: string;
};