diff --git a/packages/gatsby-theme-docs/src/components/user-guiding.js b/packages/gatsby-theme-docs/src/components/user-guiding.js new file mode 100644 index 0000000000..c6518e6d28 --- /dev/null +++ b/packages/gatsby-theme-docs/src/components/user-guiding.js @@ -0,0 +1,16 @@ +import PropTypes from 'prop-types'; +import { Script } from 'gatsby'; + +const UserGuiding = (props) => { + return props.ugId ? ( +