Skip to content

📔 Documentation fixes #839

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

Merged
merged 1 commit into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Stable, fast, robust, and well-maintained Meteor.js package for files management
- Upload files through computing cloud without persistent File System, like Heroku
- You need store files at *[GridFS](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/gridfs-bucket-integration.md#use-gridfs-with-gridfsbucket-as-a-storage)*, *[AWS S3](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/aws-s3-integration.md)*, *[Google Storage](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/google-cloud-storage-integration.md)* or *[DropBox](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/dropbox-integration.md)*? (*[Use 3rd-party storage](hhttps://github.com/veliovgroup/Meteor-Files/blob/master/docs/3rd-party-storage.md)*)
- You need to check file mime-type, size or extension? Easy! Use *[`onBeforeUpload`](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/constructor.md)* hook
- You need to [resize images](https://github.com/veliovgroup/Meteor-Files-Demos/blob/master/demo/imports/server/image-processing.js#L19) after upload? Easy too! Use *[`onAfterUpload`](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/constructor.md)* hook, and *[manage file's subversions](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/file-subversions.md)* in a single record
- You need to [resize images](https://github.com/veliovgroup/meteor-files-website/blob/master/imports/server/image-processing.js#L19) after upload? Easy too! Use *[`onAfterUpload`](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/constructor.md)* hook, and *[manage file's subversions](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/file-subversions.md)* in a single record

## Installation:

Expand Down
14 changes: 11 additions & 3 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
301
========
[![support](https://img.shields.io/badge/support-GitHub-white)](https://github.com/sponsors/dr-dimitru)
[![support](https://img.shields.io/badge/support-PayPal-white)](https://paypal.me/veliovgroup)
<a href="https://ostr.io/info/built-by-developers-for-developers">
<img src="https://ostr.io/apple-touch-icon-60x60.png" height="20">
</a>

Moved to [Meteor-Files-Demos](https://github.com/veliovgroup/Meteor-Files-Demos) repository
# Demo app

## Links:

- Source code at __[`veliovgroup/meteor-files-website` repository](https://github.com/veliovgroup/meteor-files-website)__
- Website: __[files.veliov.com](https://files.veliov.com/)__
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
- __Post-processing:__
- `tutorial` [Create Thumbnails](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/image-processing.md)
- `tutorial` [Image post-processing using AWS Lambda](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/aws-s3-integration.md#further-image-jpeg-png-processing-with-aws-lambda)
- `code-sample` [Resize, create thumbnail](https://github.com/veliovgroup/Meteor-Files-Demos/blob/master/demo/imports/server/image-processing.js#L19)
- `code-sample` [Resize, create thumbnail](https://github.com/veliovgroup/meteor-files-website/blob/master/imports/server/image-processing.js#L19)

### Related Packages:

Expand Down
2 changes: 1 addition & 1 deletion docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
- __Post-processing:__
- `tutorial` [Create Thumbnails](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/image-processing.md)
- `tutorial` [Image post-processing using AWS Lambda](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/aws-s3-integration.md#further-image-jpeg-png-processing-with-aws-lambda)
- `code-sample` [Resize, create thumbnail](https://github.com/veliovgroup/Meteor-Files-Demos/blob/master/demo/imports/server/image-processing.js#L19)
- `code-sample` [Resize, create thumbnail](https://github.com/veliovgroup/meteor-files-website/blob/master/imports/server/image-processing.js#L19)

### Related Packages:

Expand Down