diff --git a/myfile.js b/myfile.js deleted file mode 100644 index cbb1df0..0000000 --- a/myfile.js +++ /dev/null @@ -1 +0,0 @@ -console.log('file.js? - 5:15pm'); \ No newline at end of file diff --git a/using-markdown-autodocs.md b/using-markdown-autodocs.md deleted file mode 100644 index 7792189..0000000 --- a/using-markdown-autodocs.md +++ /dev/null @@ -1,25 +0,0 @@ -**#TODO: Move contents of this to my homepage at sahilrajput.com (under `Learn Markdown` page with a heart).** - -# Using Markdown autodocs - -Source: https://github.com/marketplace/actions/markdown-autodocs - -Add below text to your readme file for importing `./relative/path/to/file.js` file's code. - -``` - - -``` - -**❤️ Note: The path to file can be a markdown file as well (tested).** - -## Local Usage - -```bash -npm i -g markdown-autodocs -markdown-autodocs -c code-block -o ./README.md -``` - -## Adding markdown autodocs as github workflow - -Refer the workflow file of - https://github.com/sahilrajput03/js-object-proxy