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

Example list file #3258

Merged
merged 1 commit into from
Jun 22, 2021
Merged

Example list file #3258

merged 1 commit into from
Jun 22, 2021

Conversation

ellthompson
Copy link
Contributor

@ellthompson ellthompson commented Jun 22, 2021

This PR reintroduces the examples.js file to the examples browser. This file is now automatically generated as part of the examples-directory.js script with the same format as before:

/* eslint-disable no-unused-vars */
var categories = [
       {
            "name":  "<category>",
            "examples": [
                   "<example>"
            ]
       }
];

This file is generated in the dist folder.

I confirm I have read the contributing guidelines and signed the Contributor License Agreement.

@ellthompson ellthompson added the docs Documentation related label Jun 22, 2021
@ellthompson ellthompson requested a review from a team June 22, 2021 17:01
@ellthompson ellthompson self-assigned this Jun 22, 2021
Copy link
Contributor

@mvaligursky mvaligursky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fantastic!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants