Compare commits
No commits in common. "develop" and "feature/change-log-core" have entirely different histories.
develop
...
feature/ch
@ -3,7 +3,7 @@ sidebar_position: 1
|
||||
title: CORE
|
||||
---
|
||||
|
||||
# Change history
|
||||
# Update logic random fake jackpot
|
||||
---
|
||||
## 12/06/2025
|
||||
- Change the calculation method for the fake jackpot winning rate.
|
||||
|
@ -11,10 +11,9 @@ const config: Config = {
|
||||
|
||||
// Set the production url of your site here
|
||||
url: 'https://your-docusaurus-site.example.com',
|
||||
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||
baseUrl: '/doc-slot-core-manual/',
|
||||
baseUrl: '/',
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
|
@ -12,7 +12,7 @@ type FeatureItem = {
|
||||
const FeatureList: FeatureItem[] = [
|
||||
{
|
||||
title: 'Easy to Use',
|
||||
image: './img/easy.png',
|
||||
image: '/img/easy.png',
|
||||
description: (
|
||||
<>
|
||||
Use the sidebar menu to quickly find the topics you need — whether you're setting up your first project or exploring advanced features
|
||||
@ -21,7 +21,7 @@ const FeatureList: FeatureItem[] = [
|
||||
},
|
||||
{
|
||||
title: 'Focus on What Matters',
|
||||
image: './img/focus.png',
|
||||
image: '/img/focus.png',
|
||||
description: (
|
||||
<>
|
||||
You'll find practical examples, step-by-step instructions, and detailed explaination, so you can focus on building your HTML5 slot game with confidence and speed.
|
||||
@ -30,7 +30,7 @@ const FeatureList: FeatureItem[] = [
|
||||
},
|
||||
{
|
||||
title: 'Beginner Friendly',
|
||||
image: './img/friendly.png',
|
||||
image: '/img/friendly.png',
|
||||
description: (
|
||||
<>
|
||||
Designed for beginners, it takes care of the complex logic so you can focus on building your game. With just a few lines of code, you’ll have a working slot machine ready to go!
|
||||
|
Loading…
x
Reference in New Issue
Block a user