File tree Expand file tree Collapse file tree 6 files changed +0
-42
lines changed
Expand file tree Collapse file tree 6 files changed +0
-42
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/no-var-requires */
2- /**
3- * Copyright (c) 2017-present, Facebook, Inc.
4- *
5- * This source code is licensed under the MIT license found in the
6- * LICENSE file in the root directory of this source tree.
7- */
8-
92const remarkMath = require ( 'remark-math' ) ;
103const rehypeKatex = require ( 'rehype-katex' ) ;
114const githubTheme = require ( 'prism-react-renderer/themes/github' ) ;
Original file line number Diff line number Diff line change 1- /**
2- * Copyright (c) 2017-present, Facebook, Inc.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
7-
81module . exports = {
92 docs : {
103 关于我们 : [ 'about-us' ] ,
Original file line number Diff line number Diff line change 1- /**
2- * Copyright (c) 2017-present, Facebook, Inc.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
7-
81/**
92 * Any CSS included here will be global. The classic template
103 * bundles Infima by default. Infima is a CSS framework designed to
Original file line number Diff line number Diff line change 1- /**
2- * Copyright (c) 2017-present, Facebook, Inc.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
7-
81import React , { ReactElement } from 'react' ;
92import Layout from '@theme/Layout' ;
103import Translate from '@docusaurus/Translate' ;
Original file line number Diff line number Diff line change 1- /**
2- * Copyright (c) 2017-present, Facebook, Inc.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
7-
81import React from 'react' ;
92import clsx from 'clsx' ;
103import Layout from '@theme/Layout' ;
Original file line number Diff line number Diff line change 1- /**
2- * Copyright (c) 2017-present, Facebook, Inc.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
7-
81/**
92 * CSS files with the .module.css suffix will be treated as CSS modules
103 * and scoped locally.
You can’t perform that action at this time.
0 commit comments