You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I've read the docs here: https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html
Which says:
Hosting Multiple Projects Under a Single Website
You may have multiple projects that you want to host from the same Bitbucket websites, you can do this by placing each project in a repository subdirectory. In this example, you would want to organize things such that you can point users to:
- https://accountname.bitbucket.io/subdir1forproject1
- https://accountname.bitbucket.io/subdir2forproject2
- https://accountname.bitbucket.io/subdir3forproject3
Each project sub-directory would act as a self-contained website with its own
index.html
.Bitbucket is forgiving with regard to trailing slashes: a request to
https://accountname.bitbucket.io/projectX/
with result inprojectX/index.html
being served (if such a file exists), regardless of whether the trailing slash is included in the URL.
Now, maybe I'm not familiar with all of bitbucket's functionality or terminology but I'm having trouble understanding this bit of documentation.
I've created a published main repo just fine by naming one accountname.bitbucket.io. However, I can't seem to create a subdirectory with a second repo.
I tried using the project name and naming a repo under that something like "accountname.bitbucket.io/project-name", but that didn't work. I tried uploading a git submodule, and that didn't work. I've tried just going to accountname.bitbucket.io/repo-name and that didn't work.
So I'm confused, is it even possible to publish multiple repos under one account?
Hi Will,
If your index.html is working, adding folders to the main directory will create new webpages.
Example:
When you visit accountname.bitbucket.io/web you will see the content from the index.html in the /web/ folder. I'll reach out to our team about updating the documentation to make it more clear. Hope this helps!
@Tyler T I think what he ask is
can "accountname.bitbucket.io/ProjectX" host files from repository "ProjectX"?
So the answer is no?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.