Skip to content

Commit

Permalink
Documentation: Drop unnecessary folder nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jul 8, 2017
1 parent 430c34c commit 830c99a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/stories/index.js → docs/stories.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { addStory } from 'glutenberg';

import intro from '../readme.md';
import faq from '../faq.md';
import step1 from '../blocks-basic.md';
import step2 from '../blocks-stylesheet.md';
import step3 from '../blocks-editable.md';
import intro from './readme.md';
import faq from './faq.md';
import step1 from './blocks-basic.md';
import step2 from './blocks-stylesheet.md';
import step3 from './blocks-editable.md';

addStory( {
name: 'intro',
Expand Down

0 comments on commit 830c99a

Please sign in to comment.