orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
513 stars 53 forks source link

Doesn't work with maven? #360

Closed KingZee closed 4 years ago

KingZee commented 4 years ago

I'm getting a :

Errors:
EditorialTheme: 
    - Editorial Theme configuration of search has been removed, and you must now migrate to the `orchidSearch` or `algoliaDocsearch` meta-component config instead.

after running build goal. What is the problem?

cjbrooks12 commented 4 years ago

Since Orchid is running, the Maven integration is working fine (it's just a lightweight CLI wrapper).

That error just notices that a deprecated feature has been removed and replaced with a different feature, likely breaking older sites using that feature if they have no migrated already. You can safely ignore it, and the following snippet in your config.yml will hide the message:

theme:
  legacySearch: false