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

Docs: Installation Guide Improve Manual Steps #384

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

edborsa
Copy link
Contributor

@edborsa edborsa commented Dec 12, 2023

Hey guys

So I was just doing the manual steps on the installation guide and noticed while copy and pasting the seeds that there were double %% causing it to now work inside the iex. I also added an example on those seeds explicitly changing the value of <%= site %> to the name of the example provided:

(and I found a typo in one of the commits)

I have a question, the same thing happens on the seeds.exs, the double %%, is it a typo? Or it is a syntax that IDK about it?

Signed-off-by: Eduardo Borsa <[email protected]>
@AZholtkevych AZholtkevych linked an issue Dec 12, 2023 that may be closed by this pull request
@leandrocp
Copy link
Contributor

I have a question, the same thing happens on the seeds.exs, the double %%, is it a typo? Or it is a syntax that IDK about it?

That file is evaluated by EEx and the double %% works like a template that will eventually result in a single % on the generated file, so that's expected.

Thanks for the fix on documentation!

@leandrocp leandrocp merged commit 609eb72 into BeaconCMS:main Jan 9, 2024
3 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.

General Improvements: Documentation and guides
2 participants