Skip to content

Commit

Permalink
Rename API files to use MDX extension (#1013)
Browse files Browse the repository at this point in the history
API docs use Markdown components, and are about to use a lot more of
them with the new API components like
#1008. It's confusing to
pretend they're MD files.

This PR makes things consistent, which allows us to simplify some of our
scripts to only deal with MDX and IPYNB extensions.

The API docs were manually changed with this Bash snippet:

```bash
for file in docs/api/**/*.md; do
  if [ -f "$file" ]; then
    mv "$file" "${file%.md}.mdx"
  fi
done
```
  • Loading branch information
Eric-Arellano authored Mar 13, 2024
1 parent 9b23c86 commit 0406030
Show file tree
Hide file tree
Showing 28,205 changed files with 45 additions and 53 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 0406030

Please sign in to comment.