docs
docs copied to clipboard
[MOVED] Legacy Feathers documentation
Disabling CORS running on localhost.
I recently created https://github.com/DaddyWarbucks/remote-docsify as a quick little POC as I was working on docs for the V2 of `feathers-dataloader` (currently known as `feathers-batchloader`). This repo uses Docsify to add...
- Makes getting started a one click process - Protects our prominent placement in StackBlitz Backend servers - I may also make a PR for crow https://stackblitz.com/fork/feathersjs to boost our...
See PR https://github.com/feathersjs/docs/pull/1567
Imports were outdated. https://stackblitz.com/edit/vitejs-vite-gx8b9j?file=public%2Findex.html&terminal=dev
Starting work on moving the current docs into Docusaurus, help folder moved
### Comment/Problem Thanks to Feathers with Typescript, I can describe the data related to my service with ease: ```typescript // src/services/billing-departments/billing-departments.class.ts import { Service, NedbServiceOptions } from 'feathers-nedb'; import {...
The TypeScript version of the guide has some missing "any" types in the tests added during the final section of the guide. This pull request fixes those omissions, matching the...
Let me know if you have any questions/concerns. I am happy to update anything.