https://github.com/typesense/typesense-website
Typesense website and documentation | An open source search engine alternative to Algolia, Elasticsearch and Pinecone
https://github.com/typesense/typesense-website
documentation typesense
Last synced: 8 months ago
JSON representation
Typesense website and documentation | An open source search engine alternative to Algolia, Elasticsearch and Pinecone
- Host: GitHub
- URL: https://github.com/typesense/typesense-website
- Owner: typesense
- Created: 2017-10-14T04:33:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T01:32:41.000Z (12 months ago)
- Last Synced: 2024-10-19T05:32:57.309Z (12 months ago)
- Topics: documentation, typesense
- Language: Vue
- Homepage: https://typesense.org
- Size: 10.4 MB
- Stars: 39
- Watchers: 8
- Forks: 135
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typesense Website
This repository contains Typesense landing pages [typesense.org](https://typesense.org) and documentation.
We use VuePress for a framework for `/docs` and use Nuxt for all other routes.
- The Vuepress docs site is under `docs-site`
- The rest of the Nuxt site is under `typesense.org`We do this because Vuepress is specifically optimized (& opinionated) for documentation sites, whereas Nuxt is a generic and flexible Vue framework.
We need this flexibility for the non-documentation parts of typesense.org.## Deploying
To deploy both sites together run:
```shell
bash deploy.sh
```See README.md of each site for more site-specific information.