Commit Graph
14 Commits
Author SHA1 Message Date
Andrey Vasnetsov cae8456ce1 Fixing links again (#697)
* use relative links instead of absolute

* add trailing slashes to avoid 301 redirect

* add trailing slashes to avoid 301 redirect

* make link checker unhappy with local redirects

* test if ci fails (should fail)

* rollback: test if ci fails (should fail)
2024-03-07 20:31:05 +01:00
Luis Cossío dd7b5fce75 add more datetime format notes (#688) 2024-03-06 14:06:55 +01:00
Tim ViséeandMike Jang 9ed077c0e7 Update qdrant-landing/content/documentation/concepts/payload.md
Co-authored-by: Mike Jang <michael.jang@qdrant.io>
2024-03-06 11:29:04 +01:00
Albert Safin a00478a815 docs: datetime payload 2024-03-05 01:55:14 +00:00
Anush 1fa6a93f0d docs: C# client usage (#599)
* docs: C# client usage part-1

* docs: used named arguments

* docs: filtering operator overload comment
2024-02-15 16:17:54 +05:30
Anush e29c2f54ac docs: Java client usage (#489)
* docs: java usage quick-start

* docs: collections java usage

* docs: payload java usage

* docs: points java-usage

* docs: search java-usage

* docs: explore java usage

* docs: filtering java usage

* docs: storage java-usage

* docs: indexing java usage

* docs: snapshots java-usage

* docs: list Java sdk
2024-01-02 16:32:33 +05:30
Luis Cossío f1833a656a Update code formatting 2023-12-14 17:37:54 +00:00
Luis Cossío a0335720f7 Move the Update Payload section to Payload page 2023-12-14 17:17:34 +00:00
generall 81ede8627a update rust example with shard_key 2023-12-08 01:05:45 +01:00
timvisee a6b3120a26 Remove empty lines in HTTP examples, reformat some of them 2023-11-28 17:05:01 +01:00
Anushandtimvisee 756879705e docs: Added Rust client usage (#401)
* docs: Rust quick-start

* docs: rust auth.md

* docs: Rust /collections usage

* docs: filtering Rust

* docs: filtering Rust

* docs: Rust /indexing

* docs: Rust /payload

* docs: Rust /points

* docs: Rust /storage

* docs: Rust /snapshots

* docs: Rust /search

* New line after code blocks

* Add Rust imports

* Functions end with semicolon, values end without it

* Reformat using rustfmt

* Use TokenizerType ID from type

* Define score as Rust let if

* Add example of update collection call, implemented in Rust client 1.7.0

* chore: hide update_collection()

---------

Co-authored-by: timvisee <tim@visee.me>
2023-11-20 13:50:28 +01:00
Kacper ŁukawskiandTim Visée a389d78bd2 Add TypeScript examples for Documentation & Quickstart (#376)
* Add TS examples for Documentation/Concepts

* Minor FAQ improvements: spelling & formatting (#318)

* Minor spelling and formatting improvements in FAQ

* Add unused RAM is wasted RAM quote, improve memory text

* Add TypeScript version of Quickstart (#378)

* Minor FAQ improvements: spelling & formatting (#318)

* Minor spelling and formatting improvements in FAQ

* Add unused RAM is wasted RAM quote, improve memory text

* Add TS version of quickstart

---------

Co-authored-by: Tim Visée <tim@visee.me>

* Add TS examples to Documentation / Guides

* Fix terminology

* Add TS examples to Documentation / Cloud

* Add TS version of bulk upload tutorial

* Format tutorials with black

* Move author data to [params.author] (#385)

* Add TS examples for Documentation/Concepts

* Add TypeScript version of Quickstart (#378)

* Minor FAQ improvements: spelling & formatting (#318)

* Minor spelling and formatting improvements in FAQ

* Add unused RAM is wasted RAM quote, improve memory text

* Add TS version of quickstart

---------

Co-authored-by: Tim Visée <tim@visee.me>

* Add TS examples to Documentation / Guides

* Fix terminology

* Add TS examples to Documentation / Cloud

* Add TS version of bulk upload tutorial

* Format tutorials with black

---------

Co-authored-by: Tim Visée <tim@visee.me>
2023-10-31 11:45:05 +01:00
David Sertic 646266bfc0 fix aliases for SEO (#161)
* fix aliases for SEO

* fix alias error
2023-06-02 16:40:39 +02:00
3215985d1d Improved Nested Docs and Link Grouping Support (#147)
* added a table of content

* wide layout for docs, styles for the table of content

* fixes for docs layout

* wide footer at the docs section

* added support for nested docs, added toggling groups of links, delimiters, external links

* external link icon

* added active state for nested links, styles for the external link icon

* styles fix

* remove doc sync

* update directory structure and doc titles

* fix outstanding links

* fix more links for merge

* Revert "fix more links for merge"

This reverts commit 46c9ccaf1b7765f2cda8dc85d625fa6b4e3f5436.

* Revert "fix outstanding links"

This reverts commit 28e6380b74f1ab74690c8184551f186656d6d4e9.

* fix remaining broken links

* move how-to tutorials in the different page

* split tutorials

* fix link

* upd github edit link

* skip empty index pages

---------

Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
Co-authored-by: David Sertic <62056091+davidmyriel@users.noreply.github.com>
2023-05-29 15:11:40 +02:00