Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Aug 24, 2022
2 parents 537e692 + cc7727d commit d0ee0b4
Show file tree
Hide file tree
Showing 6 changed files with 4,043 additions and 491 deletions.
2 changes: 1 addition & 1 deletion .vscode/PythonImportHelper-v2-Completion.json
Original file line number Diff line number Diff line change
Expand Up @@ -6262,4 +6262,4 @@
"detail": "node_modules.node-gyp.tools.gyp.pylib.gyp.generator.compile_commands_json",
"documentation": {}
}
]
]
23 changes: 9 additions & 14 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

### [Github Org Link](https://github.com/BGOOONZ-BLOG/)

### [⇨WEBSITE🗺️⇦](https://bgoonz-blog.netlify.app)
## [CHANGELOG](./CHANGELOG.md)


### [CHANGELOG](./CHANGELOG.md)

Expand Down Expand Up @@ -4053,7 +4054,7 @@ export default class ActionLink extends React.Component {
```

---

,

### Table of Contents

Expand Down Expand Up @@ -4166,18 +4167,12 @@ export default class CtaButtons extends React.Component {
---
```js
import React from "react";
import _ from "lodash";
import {
getPage,
classNames,
Link,
withPrefix,
pathJoin,
getPages,
} from "../utils";
import DocsSubmenu from "./DocsSubmenu";
import React from 'react';
import _ from 'lodash';
import { getPage, classNames, Link, withPrefix, pathJoin, getPages } from '../utils';
import DocsSubmenu from './DocsSubmenu';
export default class DocsMenu extends React.Component {
render() {
Expand Down
Loading

0 comments on commit d0ee0b4

Please sign in to comment.