Skip to content
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
4 changes: 3 additions & 1 deletion docs/packages/quant/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,6 @@ starts the Benchmarks. Please consult the [documentation](https://phpbench.readt

* [Report issues](https://github.com/quant-php/quant/issues) and
[send Pull Requests](https://github.com/quant-php/quant/pulls)
in the [main quant repository](https://github.com/quant-php/quant)
in the [main quant repository](https://github.com/quant-php/quant)

* A writeup and closer look at the `AccessorTrait` can be found at [https://thorsten.suckow-homberg.de](https://thorsten.suckow-homberg.de/docs/articles/getter-setter-automation-with-php-attributes)
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
/*algolia: {
appId: "",
apiKey: "",
indexName: "quant",
algolia: {
appId: "0RHJWE2T1N",
apiKey: "2ec6f343f06ad8dce22662eb551eee54",
indexName: "quant-php",
contextualSearch: true,
externalUrlRegex: 'external\\.com|domain\\.com',

searchParameters: {},
searchPagePath: 'search',
},*/
},
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
colorMode: {
Expand Down