Skip to content

Commit

Permalink
chore@small
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Jan 2, 2025
1 parent 75a8a6f commit 57001a9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rambda
# Rambda1111111

`Rambda` is smaller and faster alternative to the popular functional programming library **Ramda**. - [Documentation](https://selfrefactor.github.io/rambda/#/)

Expand Down
10 changes: 0 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: '',
search: {
depth: 3,
}
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
</body>
Expand Down
2 changes: 2 additions & 0 deletions files/NEXT_VERSION_CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

https://github.com/selfrefactor/rambda/discussions/758

---
ABOVE IS DONE
---
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"build:step": "yarn populatereadme && yarn build:main",
"build:web": "cross-env NODE_ENV=build rollup -c files/rollup.web.config.mjs",
"d": "yarn out && run d",
"docs": "npx docsify-cli init ./docs && yarn fix-docsify",
"fix-docsify": "cd ../rambda-scripts && yarn fix-docsify:rambda",
"immutable": "cd ../rambda-scripts && yarn immutable:rambda",
"immutable:x": "cd ../rambda-scripts && yarn immutable:rambdax",
"out": "yarn populatedocs && yarn populatereadme && yarn immutable && yarn build",
Expand Down

0 comments on commit 57001a9

Please sign in to comment.