Giter Site home page Giter Site logo

Comments (8)

JoelMarcey avatar JoelMarcey commented on March 29, 2024 3

Hi @steveklabnik. Yes, like allowing the actual link that is navigated to be different than our default.

e.g.,

permalink: /my/custom/link.html

from docusaurus.

slorber avatar slorber commented on March 29, 2024 2

How can one map multiple URLs to the same page? I've tried multiple variations of the permalink syntax trying to get an endpoint like example.com/productA/latest to also map to example.com/productA/1.0.2 but I can't seem to make it work. Looking for this approach as we have multiple products we need to version and each should be discoverable via a /latest page.

Docusaurus is only responsible for building static html files.

It is possible to use our client-side redirect plugin to emit extra files at build/productA/latest/xyz.html that would redirect with JS to /productA/1.0.2/xyz, but it is not ideal and you should use your hosting provider features to setup a server redirect (much better for SEO than a client-side redirect).

--

If you do not want a redirect: you can also serve the same content from 2 separate locations.

For example, if you run as a post-build step cp -R build/productA/1.0.2 build/productA/latest

Your pages will then become available at 2 distinct locations: /productA/1.0.2/xyz + /productA/latest/xyz

For both pages, the canonical SEO URL of your page will remain /productA/1.0.2/xyz

from docusaurus.

slorber avatar slorber commented on March 29, 2024 1

Seems there's a war between Docusaurus and Render.com to complete the redirection so the browser errors, saying:

The only responsibility of Docusaurus is to build static files.

Is Docusaurus producing static files that you do not expect it to produce?

If the static files are ok, then the bug is either in Render or your usage of Render (I can't help much on that, I don't use that host myself)


If you want my help, you will need to provide a built folder with the html files, a live deployment of those html files on render, what you expect, and the problem you see.

If I can't inspect the static files, and see the problem myself, it's very hard to give any help.

from docusaurus.

zeluspudding avatar zeluspudding commented on March 29, 2024 1

I got my solution here :) Thanks again for all your help!!

from docusaurus.

steveklabnik avatar steveklabnik commented on March 29, 2024

What does "permalink" mean in this context? If it's setting the URL that a page is configured at, like I described over here, then a huge 👍 from me.

from docusaurus.

endiliey avatar endiliey commented on March 29, 2024

Implemented in v2

Example

---
id: permalink
title: Permalink
permalink: :baseUrl/:docsUrl/:langPart/:versionPart/my/custom/link
---

Lorem ipsum

https://github.com/facebook/Docusaurus/blob/5d60739f7c9263f3f8142f27c85b0180eeb1f19f/v2/lib/load/docs/metadata.js#L117-L134

from docusaurus.

zeluspudding avatar zeluspudding commented on March 29, 2024

How can one map multiple URLs to the same page? I've tried multiple variations of the permalink syntax trying to get an endpoint like example.com/productA/latest to also map to example.com/productA/1.0.2 but I can't seem to make it work. Looking for this approach as we have multiple products we need to version and each should be discoverable via a /latest page.

from docusaurus.

zeluspudding avatar zeluspudding commented on March 29, 2024

Thank you Sébastien! Being partial to the redirect approach, I've tried it to half success. Seems there's a war between Docusaurus and Render.com to complete the redirection so the browser errors, saying:

This page isn’t working
site.com redirected you too many times.

ERR_TOO_MANY_REDIRECTS

Should I open a new issue for this or is there a known solution for [partially] disabling Docusaurus's internal redirect to 404, which I think is the main culprit? Thanks in advance

from docusaurus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.