Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable the Edit button on a book pages #67

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

Vlad2001MFS
Copy link
Contributor

In the reference mdBook there is an "edit" button at the top-right corner of a screen:
image
It allows editing a book's text in-place and then create a Pull Request with made changes. This way is more simple then cloning a book repo to local pc, editing it through VS Code and testing with mdbook serve --open.

I made this changes by comparing the reference book.toml and the fyrox book.toml and then just check an existence of this button in my fork by running the mdbook serve --open locally on my pc. Also, after pressing the "edit" button, I'm successfully going to the edit page in my fork of the fyrox-book.github.io.
image

@mrDIMAS mrDIMAS merged commit 2dc3beb into fyrox-book:main Oct 14, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants