feat(docs, integration): update integration documentation and redirect legacy paths
Introduced a new public documentation site for client integration at `/docs` and `/docs/integration`, removing the need for admin login. Updated the integration guide to redirect from the old admin path to the new documentation site. Added localization support for the integration documentation in English, Nepali, and Chinese. Enhanced the layout structure and improved the handling of currency display in settlement bills.
This commit is contained in:
5
src/app/docs/integration/page.tsx
Normal file
5
src/app/docs/integration/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { OverviewDocScreen } from "@/modules/docs/integration/integration-doc-screens";
|
||||
|
||||
export default function IntegrationOverviewPage(): React.ReactElement {
|
||||
return <OverviewDocScreen />;
|
||||
}
|
||||
Reference in New Issue
Block a user